XML1
Some XML experiments with PHP DOM
Here is what we are working with:
<?xml version="1.0"?>
<employee>
<name>Matt</name>
<position type="contract" ptype="contract" >Web Guy</position>
</employee>
Fatal error: Call to undefined function domxml_xmltree() in
/home/.hunter/columbuswebmakers/columbuswebmakers.com/Workbench/XML1.php on line
140