XSLT.php Support forum 341 XSLT is a very minimalistic wrapper around PHP's Sablotron functions. XSLT is a very minimalistic wrapper around PHP's Sablotron functions. The benefits in a class such as this are that a) it's Object Oriented, and b) the Sablotron functions have a big "WARNING: EXPERIMENTAL ...
xslt_transform Support forum 291 Using the PHP extension Sablotron to transform XML via XSL. Using the PHP extension Sablotron to transform XML via XSL. Main file Sample XML file Sample XSL file XSLT transform class Site Meter
Cached XSL Support forum cxsl XSL transformation wrapper with caching This class is around XSLT wrapper Sablotron XSL processor extension that added caching support to reduce the time necessary to process a XML file after the first time it is processed. The caching support is based on the PEAR: ...
... page. With this class you can easy transform XML files to a HTML page. The only requirements are a XML parser (i.e Expat) and a XSLT processor (Sablotron). Main XSLTransformer class Example Contains the XML-data Contains the XSL-data Site Meter