Re: [PHP] PHP newbie question on xslt

2007-03-26 Thread Miguel J. Jiménez
Timothy Murphy escribió: I've been trying some of the programs in the PHP manual at in chapters CLXXXI and CLXXXII to work, for example // Example 2519. Creating an XSLTProcessor load($xsl_filename); $xsl->importStyleSheet($doc); $doc

[PHP] PHP newbie question on xslt

2007-03-26 Thread Timothy Murphy
I've been trying some of the programs in the PHP manual at in chapters CLXXXI and CLXXXII to work, for example // Example 2519. Creating an XSLTProcessor load($xsl_filename); $xsl->importStyleSheet($doc); $doc->load($xml_filename); echo