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
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