Field-Map Scripting

4.1.11 XML

XML


ScriptingXML members


Methods and properties of TScriptXML classes are an important and often used group of members. It is a common practice of Field-Map to structure, store and transport snippets of data being processed in an XML format. For more information on XML, consult some of many on-line tutorials, such as the one at  http://www.w3schools.com/xml/xml_whatis.asp. To be able to make the most of some of the members (e.g. GetFirstChildElement), it is recommended to get acquainted with XPath, a language used to navigate through elements and attributes in an XML document. Learn more about XPath e.g. at http://zvon.org/xxl/XPathTutorial/ or at https://www.w3schools.com/xml/xpath_syntax.asp.


In this chapter: