company logo

Support for XML documents (DOM)

XML support provides an easy way of accessing (reading and writing) XML files. It follows the DOM model structure and creates element and attribute nodes for each XML element and each XML attribute. It does not include schema verification.

Subtopics

  1. XMLString - XML text string
  2. XMLElement - XML element
  3. XMLAttribute - XML attribute
  4. XMLValue - XML value