XML Object
 
Syntax
 
Standalone As Long
 
Description
This is the standalone attribute in the XML declaration. This property can be set from any node in the XML document. A value of 1 adds a standalone="yes" to the XML declaration:
 
<?xml ... standalone="yes">