| PEAR Announce 2007-10-22, 7:05 pm |
| The new PEAR package HTML_CSS-1.3.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* changes
- prevent invalide CSS data source in to parse
* news
- add Content-Disposition to the headers in display(); implement request #12195
* QA
User Guide 1.3.0 included in this release cover all versions 1.x.x, 1.1.x, 1.2.x, 1.3.x
Package Info
------------
HTML_CSS provides a simple interface for generating a stylesheet declaration.
It is completely standards compliant, and has some great features:
* Simple OO interface to CSS definitions
* Can parse existing CSS (string or file)
* Output to
- Inline stylesheet declarations
- Document internal stylesheet declarations
- Standalone stylesheet declarations
- Array of definitions
- File
In addition, it shares the following with HTML_Common based classes:
* Indent style support
* Line ending style
Related Links
-------------
Package home: http://pear.php.net/package/HTML_CSS
Changelog: http://pear.php.net/package/HTML_CSS/download/1.3.0
Download: http://download.pear.php.net/package/HTML_CSS-1.3.0.tgz
Authors
-------
Laurent Laville <pear@laurent-laville.org> (lead)
|