XML.version

The XML version attribute in the XML declaration is represented in the message tree by a syntax element with field type ‘XML.version'.

The value of the XML version attribute is the value of the version attribute. It is always a child of an XML.XmlDecl syntaxelement. In the following example, the version element contains the string value 1.0:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
<s1>........</s1>