XMLwriter & openURI
Posted: Mon Oct 06, 2008 2:26 pm
Im trying to create an XML with XMLWriter, but I write
$doc = new XMLWriter();
$doc->openURI($file);
$doc->startDocument("1.0");
...
and doesnt do anything, I dont know if the sentence should go here or at the end, or if I have to do something else.
$doc = new XMLWriter();
$doc->openURI($file);
$doc->startDocument("1.0");
...
and doesnt do anything, I dont know if the sentence should go here or at the end, or if I have to do something else.