Just a script:
<?
if(!$dom = domxml_open_file("test1.xml")) {
  echo "Error while parsing the document\n";
  exit;
}
.......
?>
It running well in console mode.
But when I'm point my browser to one
it says: "Error while parsing the document".
Apache log says: "Error parsing xml-file"

1. DOMXML enabled under PHPINFO.
2. path to xml file is correct

Please help !!!



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to