Overview of the XML plugin

The XML plugin contains functions that can be used when working with XML data:

  • XMLPeek: To read one or more XML nodes from an XML document.
  • XMLPoke: To write to one or more XML nodes in an XML Document.
  • XMLReader: To read an XML-formatted string from a file or from a field and parse it into an object structure.
  • XMLWriter: To transform an object to an XML-representation.


XML License