Page 1 of 1

XMLwriter & openURI

Posted: Mon Oct 06, 2008 2:26 pm
by oleg
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.