xmlWriterNewToString

SYNOPSIS

xmlWriter xmlWriterNewToString(string options)

Parameters:

  • options - currently no options, use the empty string ''

Returns:

  • the new xmlWriter object


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: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.