XML Read Example
A simple example demonstrating how to parse XML files
An example showing how to use the XML praser built into the API.
The example script reads the file ‘Read.xml’ – this is a simplified version of what can be outputted from the ‘Read.xlsx’ spreadsheet. First a user-defined object (dataobj) is set up to store information in the xml file (note: if large XML files are being called then this method of storing temporary data might not be the best approach due to memory limits). The script will output a text file replicating data found in XML file. |