home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / config / css.zap < prev    next >
Extensible Markup Language  |  2001-01-16  |  467b  |  15 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE filter SYSTEM "filter.dtd">
  3. <filter title="CSS filtering"
  4.  id="2"
  5.  time="0"
  6.  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!"
  7.  disable="1">
  8.  
  9. <rewrite title="Remove STYLE tag"
  10.  id="0"
  11.  time="0"
  12.  desc="Remove the <style> tag."
  13.  tag="style">
  14. </rewrite>
  15. </filter>