domxml_open_file
Creates a DOM object from XML file
Description
objectdomxml_open_file
stringfilename
The function parses the XML document in the file named
filename and returns an object of class
"Dom document", having the properties as listed above.
The file is accessed read-only.
Opening an XML document from a file
document_element();
?>
]]>
See also domxml_open_mem, and
domxml_new_doc.