Rediger

XmlVersionNo Property

Version: Available or changed with runtime version 1.0.

Set which version of XML the XML document conforms to. Two options are available: 1.0 (the default) and 1.1.

Applies to

  • Xml Port

Property value

Value Available or changed with Description
V10 runtime version 1.0 Version 1.0. This is the default value.
V11 runtime version 1.0 Version 1.1.

Syntax

XMLVersionNo = V10;

Remarks

The XML version number is inserted into the XML document as the XML declaration.

Properties