|
SYNOPSIS
xmlWriter xmlWriterNewToString(string options)
Parameters:
-
options - currently no options, use the empty string ''
Returns:
DESCRIPTION
xmlWriterNewToString() 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 ALSO
xmlWriterNewToFile,
xmlWriterSetIndent,
xmlWriterStartDocument
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|