[PHP] > Problems with php_domxml and his xslt support (output settings not used)

2004-06-30 Thread Weyert de Boer
... $xsl = domxml_xslt_stylesheet_file( $xsl_file ); // process the XSLT stylesheet with the assigned XML document... $result = NULL; $result = $xsl->process( $xml ); if ( DEBUG_MODE ) { $result->dump_file( $output_file ); } echo $result->dump_mem(); $xml->free(); //

[PHP] > Problems with php_domxml and his xslt support (output settings not used)

2004-06-30 Thread Weyert de Boer
e XSLT stylesheet for this XML document... $xsl = domxml_xslt_stylesheet_file( $xsl_file ); // process the XSLT stylesheet with the assigned XML document... $result = NULL; $result = $xsl->process( $xml ); if ( DEBUG_MODE ) { $result->dump_file( $output_file ); } echo $res