How to solve "call to undefined function domxml_new_doc()...."

Posted by Jerry on Stack Overflow See other posts from Stack Overflow or by Jerry
Published on 2010-06-09T13:29:50Z Indexed on 2010/06/09 13:32 UTC
Read the original article Hit count: 173

Filed under:
|
|

Hello guys. 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);

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml