GenXmlString method: Document class
Syntax
GenXmlString([validate])
Description
Use this method to generate an XML string representing the logical document populated with data.
Note:
The Generate button on the Document Tester page uses this method to generate a test XML document.
Parameters
| Parameter | Description |
|---|---|
|
validate |
Specifies a Boolean value indicating whether to validate the XML document before it is generated. |
Returns
An XML string.
Related Topics