xmlDec property


Returns or sets the details found in the xml declaration tag, <?xml … ?>.

Syntax

object.xmlDec [= xmlDec]

The xmlDec property syntax has these parts:

PartDescription
object An object expression that evaluates to an XMLparser.
xmlDec Any expression that evaluates to an xmlDec.

Remarks

This returns an xmlDec object if there is an xml declaration tag, <?xml … ?>, otherwise it will return Nothing.