ComposeXML()
Syntax
Result$ = ComposeXML(#XML [, Flags])Description
Returns the XML tree as markup in a single string. The XML will be returned in the string format of the executable (Ascii or Unicode) independent of the setting returned by GetXMLEncoding(). The ExportXML() function can be used to create markup in a different encoding.
Parameters
#XML The XML to export. Flags (optional) Not used.
Return value
Returns the markup as a string.
See Also
ExportXML()
Supported OS
All