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

2004-06-30 Thread Weyert de Boer
Anyone happen to have any idea? I currently kicked out DOMXML for XSLT transforms, someting I don't prefer because the XSLT library (libxsl) is faster then Sablotron. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-06-29 Thread Weyert de Boer
ssigned XML document... $result = NULL; $result = $xsl->process( $xml ); if ( DEBUG_MODE ) { $result->dump_file( $output_file ); } echo $result->dump_mem(); $xml->free(); // dispose the object Yours, Weyert de Boer ([EMAIL PROTECTED]) Check out my blog: http://www.weyert.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php