SYNOPSISxmlWriter xmlWriterNewToString(string options)
Parameters:
options
- currently no options, use the empty string ''
Returns:
xmlWriter
object
DESCRIPTIONxmlWriterNewToString()
starts a new xmlWriter
that will
output its results to a string in Vortex, as opposed to writing to
them to a file. This output can be retrieved with
xmlWriterGetContent()
.
EXAMPLE<$writer = (xmlWriterNewToString( '' ))>
SEE ALSOxmlWriterNewToFile
,
xmlWriterSetIndent
,
xmlWriterStartDocument