XmlNode

Description

This type contains an XML tree. To create XML node function Xml_CreateNode can be used. To add parameters to an XML node use functionXml_AppendAttributes.

This type can be converted to String using function XmlNodeToString. To create an XML tree from a string use StringToXmlNode.