XML DOM xmlVersion Property

The following code fragment loads "books.xml" into xmlDoc, displays the XML encoding, standalone attribute, and XML version of the document

Definition and Usage

The xmlVersion property sets or returns the XML version of the document.

Syntax

documentObject.xmlVersion

❮ Document Object