Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure lists the valid values for the standalone attribute in the XML declaration.
Syntax
enum XmlStandalone {
XmlStandalone_Omit = 0,
XmlStandalone_Yes = 1,
XmlStandalone_No = 2} ;
Values
- XmlStandalone_Omit
Omits the standalone attribute
- XmlStandalone_Yes
Writes the standalone attribute with the value "yes"
- XmlStandalone_No
Writes the standalone attribute with the value "no"