Table of Contents
XML
Convert lingo lists from and to xml format. It is a very simple xml format, without attributes. A property will be used as tag name. Therefore properties must be of a format, that can be made into a symbol. (no spaces and other fancy chars). Not that my lingo based xml parser would mind, but the output wouldn't be valid xml.
Linear lists use "item" as tagname. Everything which starts with "item" will be regarded as linear list item, when read back in.
When converting from xml to list values are tried to be casted to the correct lingo types.
Read XML file…
Select path to xml file and receive a lingo list as result stored in the global variable gRetval.
Export list to XML file…
Provide a lingo list (must be a global variable, just assign it once in the message window to make it global), and then select path to store the resulting xml file.
