2.432 .xml

This attribute contains a string representation of an XML Document or an XML Cursor. With the XML Document, the stored DOM tree is deleted when a new value is set and a new tree is built from the new value. All existing XML Cursors become invalid. The attribute .mapped has the value false for invalid XML Cursors.

Definition

  • Data type

    string, object [ text ]

  • Access

    get (doccursor)

    get, set (document)

The attribute is available for the XML Document and the XML Cursor, but it is not passed down. Please note that an XML Cursor, whose attribute .mapped possesses the value false, will automatically be positioned to the root of the DOM Document.