Revision [553]
This is an old revision of HowToParseXML made by DavidLee on 2009-05-22 20:08:55.
How to parse an xml file into a variable
By preloading xml data into variables you can use the data in memory in multiple operations without parsing it over and over.
XML variables are stored internally in a tree structure which is shared by most of the core commands so needs no additional processing.
The xread command reads a file (or other input) into a variable.