Page 1 of 1

Error in creating new xml file...

Posted: Wed Feb 16, 2005 11:48 pm
by jmangesh
i am trying to create new xml file but i got foolowing error..

Fatal error: Call to undefined function new_xmldoc() in c:\Inetpub\wwwroot\phpxml\filehandling\createnewxmlfile.php on line 2


The Code..is

<?
$doc = new_xmldoc('1.0');
$root = $doc->add_root('members');
.......

Posted: Wed Feb 16, 2005 11:51 pm
by timvw
according to the php manual that is an unknown function too.....

which module are you trying to use?