domxml
DOM/XML enabled
DOM/XML API Version 20020814
libxml Version 20430
HTML Support enabled
XPath Support enabled
XPointer Support enabled
DOM/XSLT enabled
libxslt Version 1.0.23
libxslt compiled against libxml Version 2.4.28
xml
XML Support active
XML Namespace Support active
EXPAT Version 1.95.2
Above is phpinfo().
My notebook's environment is:
WindowsXP
PHP 4.3.1
I could use SAX parse XML normally.But DOM failed.
Even i can't open XML file with DOM.
if(!$dom = domxml_open_file("data.xml")) {
echo "Error while parsing the document.<br/>";
}
who can help me?