Parse XML(string, On Element("tagname", Start Tag(expr), End Tag(expr)))
parses an XML expression using the On Element() expression for specified XML tags.
value = XML Attr("attribute name")
Suppose that a Microsoft Excel file contains one row of data from Big Class.jmp. The file is saved as the valid XML document BigclassExcel.xml, shown here and also saved in the JMP Samples/Import Data folder.
The following script reads BigclassExcel.xml and creates a JMP data table with the information in it. This script, named ParseXML.jsl, is in the JMP Samples/Scripts folder.