Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I have weird problem with php.Code: Select all
<?php
// Load the XML source
$xml = domxml_open_file('tmp.xml');
$xsl = domxml_xslt_stylesheet_file('xsl/options.xsl');
$result= $xsl->process($xml);
echo $xsl->result_dump_mem($result);
?>But I get error message if it run from apache:
Code: Select all
PHP Fatal error: Call to undefined function: domxml_open_file()Centos 4.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]