I just enabled XML DOM on my localhost.
The usual way of going about with XSLT functions isn't working though.
Fatal error: Call to a member function on a non-object in C:\www\xml\index.php on line 139PHP Code:$xmlfile = 'xml_files/cats.xml';
$xslfile = 'xslt_files/index.xsl';
$xmldoc = domxml_open_file($xmlfile);
$xsldoc = domxml_xslt_stylesheet_file($xslfile);
$result = $xsldoc->process($xmldoc); // line 139
echo $result->dump_mem();
Is there something I skipped needing configuration? :^/




This was fixed I believe in PHP5.x though I couldn't for the life of me get the DOM to work - proberly I missed installing a DLL I think; which one I have no idea 
uzzled:
Bookmarks