DOM Builder Reference > General XML API Methods > getXMLAsString
  
getXMLAsString
This method serializes the content of an XML document object into a single ASCII character string.
Important: Due to Progress size limitations, the number of characters in the XML document cannot exceed 32,000. If the XML document could be larger than that, it should be retrieved using the getXMLAsTempTable or getXMLAsFile method instead.
The following table lists parameters of getXMLAsString.
 
Parameter Name
Type
Description
I/O
Req
xmlString
Char
Text of the generated XML document.
O
Y