Setting that determines whether the XML document is formatted by inserting whitespace characters (carriage returns, linefeeds, tabs, and spacebar spaces).
DataWindow objects
Describe and Modify argument:
"DataWindow.Export.XML.IncludeWhitespace { = 'value ' }"
Parameter |
Description |
---|---|
value |
(exp) Whether the generated XML is formatted with whitespace characters. Values are:
|
This property should be set before you export a DataWindow object if you want to view or verify the exported XML using a text editor.
In the Data Export category in the Properties window for the DataWindow object, select XML from the Export list and select Include Whitespace.
[Visual Basic] dw1.Modify("DataWindow.Export.XML.IncludeWhitespace = 'Yes' ")