XMLWriter->openURI()
Create new xmlwriter using source uri for output
&reftitle.description;
Object oriented style:
XMLWriter
boolopenURI
stringuri
Procedural style:
resourcexmlwriter_open_uri
stringuri
Creates a new XMLWriter using uri for the output.
&reftitle.parameters;
uri
The URI of the resource for the output.
&reftitle.returnvalues;
Object oriented style: &return.success;.
Procedural style: Returns a new xmlwriter resource for later use with the
xmlwriter functions on success, &false; on error.
&reftitle.seealso;