I\'m trying to get a small bit of code using the example presented in http://www.phpbuilder.com/columns/matt20001228.php3. But whenever i try to load the php file, I did get an error \"Warning: failed to load external entity \"test.xml\" in C:\wwwroot\test.php on line 6\"
Line 6 of the document reads \"$doc = xmldocfile(\"test.xml\");\"
I thought it might be a bad php_domxml.dll file, so i changed that, and now it just dies. Doesnt even give an error message now.
I\'ve checked that the file_exists, and it does, I\'ve also checked that I\'ve got DOM installed properly, and I do. I just dont know what to do. The XML file I\'m trying to parse looks like this:
<?xml version=\"1.0\"?>
<CoolMon><Formatted>Computer: OMOIKANE CPU: i686</Formatted></CoolMon>
Any help very greatly appreciated!
~Deke