Error in creating new xml file...
Posted: Wed Feb 16, 2005 11:48 pm
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');
.......
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');
.......