xmlVersion property
Gets or sets the version attribute that is specified in the declaration of an XML document.
![]() ![]() |
Syntax
HRESULT value = object.put_xmlVersion(BSTR* p);HRESULT value = object.get_xmlVersion(BSTR* p);
Property values
Type: BSTR
The version attribute that is set in the declaration of the XML `` document.
-
The version attribute is set to
1.0or is not specified for a document that supports theXMLfeature. -
The document does not support the
XMLfeature.
Standards information
Remarks
Applications should use the IHTMLDocument7::normalize method after they change the IHTMLDocument7::xmlVersion property.
Show:

