PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_CSSML

The PEAR::XML_CSSML package provides methods for creating cascading style sheets (CSS) from an XML standard called CSSML.

This package is unmaintained.

Download latest release 1.1.1 (archived versions might be outdated)

License: PHP License

Description

The best way to describe this library is to classify it as a template system for generating cascading style sheets (CSS). It is ideal for storing all of the CSS in a single location and allowing it to be parsed as needed at runtime (or from cache) using both general and browser filters specified in the attribute for the style tags. It can be driven with either the libxslt pear extenstion (part of xmldom) or the xslt extension (part of the sablotron libraries).
My hope is that such a system becomes the standard for the organization of stylesheet information in the future.

Maintainers

No maintainers.

Dependencies

No dependencies.

Releases

Bugs

IDStatusTypeVersionDateSummary
#830ClosedBug2004-02-21Assignment to $this
#902ClosedBug2004-02-26PEAR QA: improvement for get_class()-usage
#5574BogusBug2005-09-30wrong directory hierarchy