User Guide

140 Chapter 7: Scripting Objects
XML Parser
Enables you to perform XML parsing.
You can create a reference to an XML Parser object by using the
new operator.
-- Lingo syntax
objXml = new xtra("xmlparser")
// JavaScript syntax
var objXml = new xtra("xmlparser");
Method summary for the XML Parser object
Property summary for the XML Parser object
Method
count()
doneParsing()
getError() (XML)
ignoreWhiteSpace()
makeList()
makeSubList()
parseString()
parseURL()
Property
attributeName
attributeValue
child (XML)
name (XML)