xmlVersion property

[This documentation is preliminary and is subject to change.]

Gets or sets the version attribute that is specified in the declaration of an XML document.

Document Object Model (DOM) Level 3 Core Specification, Section 1.2Internet Explorer 9

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.

1.0

The version attribute is set to 1.0 or is not specified for a document that supports the XML feature.

NULL

The document does not support the XML feature.

Standards information

Remarks

Applications should use the normalize method after they change the xmlVersion property.

 

 

Build date: 1/26/2012