...
$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(); //
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
2 matches
Mail list logo