XmlStandalone Enumeration
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"
.
Requirements
Header: XmlLite.h
Library: XmlLite.lib