Xml

Object

xml.childPos() Gets the position of a child element within an XML document object. The position, in an XmlChildren array, of the Nth child that has the specified name.
xml.elemNew() Creates an XML document object element
xml.getNodeType() Determines the type of an XML document object node.
xml.search() Uses an XPath language expression to search an XML document object.
xml.transform() Applies an Extensible Stylesheet Language Transformation (XSLT) to an XML document object that is represented as a string variable. An XSLT converts an XML document to another format or representation by applying an Extensible Stylesheet Language (XSL) stylesheet to it.

See also