Procedural File: css_parser2.php
Source Location: /css_parser2.php
Classes:
csspp
CSS Parser class ( CSS PreProcessor or CSS PostProcessor, depends on the point of view )
Page Details:
CSSPP - CSS Parser and Optimiser
CSS Parser class ( CSS PreProcessor or CSS PostProcessor, depends on the point of view ) This class represents a CSS parser which reads CSS code and saves it in an array. In opposite to most other CSS parsers, it does not use regular expressions and thus has full CSS2 support and a higher reliability. The downside of not using regular expressions is a lower speed though. Additional to that it applies some optimisations and fixes to the CSS code. An online version should be available here: http://cdburnerxp.se/cssparse/css_optimiser.php
Tags:
Includes:
|