One other small thing...in the exportToFile()
function, the xml pi string does not have an
endline after it, so the xml file looks like

<?xml version="1.0"?><root>
  <node/>
</root>

instead of

<?xml version="1.0"?>
<root>
 <node/>
</root>

Dan


__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
--
This message has been sent through the <phpXML/> user discussion list. To unsubscribe, 
please visit https:[EMAIL PROTECTED]/

_______________________________________________
Phpxmldb-phpxml-arc mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/phpxmldb-phpxml-arc

Reply via email to