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.
XMLwriter & openURI
Moderator: General Moderators