* Version 1.1.1 (stable) - 2005-10-12

Fixed Bug #830 Assignment to $this, won't work in php5 so dependency added (toggg)
Fixed Bug #902 PEAR QA: improvement for get_class()-usage
Corrected package.xml (toggg)
Created XML_CSSML/CSSML.php redirecting to the correct path (toggg)
Check for extension existence at run-time (toggg)
Refactored the example to give the right usage (toggg)
  

* Version 0.1 (beta) - 2002-04-29

This is the initial independent release of the XML_CSSML package.  It includes support for both the domxml_xslt functions and the sablotron xslt extension.  The main file includes a factory function, which calls the relevant container object depending on the extension the user wishes to use.  It can either create an output css file or it can return the string.  It has support for browser specific styles using the codes of Net_UserAgent_Detect as well as a filter to extract only applicable styles.  There is an example file in the docs/ to better understand the usage.
    

* Version 1.0 (stable) - 2002-05-20

This is the first stable release of the XML_CSSML package.  The hopes of this package are to erase the awkwardness of having to create many stylesheets for many pages and sections of a site, and having to infiltrate it with language constructions.  One can think of CSSML as being a template for CSS documents, in fact that is the best description it has been given so far.
    

* Version 1.1 (stable) - 2002-05-20

Restructuring the directory using Stig's suggestion for how to organize "Driver" sub-classes.
    

