(no version information, might be only in CVS)
Creates a new XSLTProcessor object.
Example 1. Creating an XSLTProcessor
<?php$xsl = new XSLTProcessor();$xsl->importStyleSheet(DOMDocument::load($xsl_filename));echo $xsl->transformToXML(DOMDocument::load($xml_filename));?>
Hosting by: Hurra Communications Ltd.Generated: 2007-01-26 18:00:13