I am trying to output xml by using domxml_new_doc.
However, I just got the call to undefined function domxml_new_doc() error. I tried google it but still not luck. Do I have to install any extension or library? Thanks for the help.
$doc=domxml_new_doc("1.0"); //error on this line....
$node=$doc->create_element("marker");
$parnode=$doc->append_child($node);
you can see the requirements here. Quote:
What PHP version are you using? You need to ensure that make sure you have the domxml library/extension.