home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 April
/
PCWorld_2001-04_cd.bin
/
Software
/
TemaCD
/
webclean
/
config
/
css.zap
< prev
next >
Wrap
Extensible Markup Language
|
2001-01-16
|
467b
|
15 lines
<?xml version="1.0"?>
<!DOCTYPE filter SYSTEM "filter.dtd">
<filter title="CSS filtering"
id="2"
time="0"
desc="Some browsers do not support CSS, so turn it off with these rules. Or you can test your pages without CSS styles! Well, we remove only <style> tags because other things would be very expensive to filter!"
disable="1">
<rewrite title="Remove STYLE tag"
id="0"
time="0"
desc="Remove the <style> tag."
tag="style">
</rewrite>
</filter>