| PEAR Announce 2005-12-15, 6:59 pm |
| The new PEAR package HTML_CSS-1.0.0RC2 (beta) has been released at http://pear.php.net/.
Release notes
-------------
New features:
- parseData() : Ability to parse multiple data sources (filename, string) at once
- isError() : Tell whether a value return by HTML_CSS is an error.
See new script: examples/CSS_parseData.php
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.0.0RC2
Download: http://pear.php.net/get/HTML_CSS-1.0.0RC2.tgz
Authors
-------------
Klaus Guenther <klaus@capitalfocus.org> (lead)
Laurent Laville <pear@laurent-laville.org> (lead)
|