MivaScript Builtin Function, Miva Merchant 9+
xml_parse( filepath, location, output var )
<mvt:assign name="g.return_value" value="xml_parse( filepath, location, output var )" />
Parces an XML file.
filepath
Location of the file to parse
location
either 'script' or 'data'
output var
xml file parsed into an aggregate structure defined below: The variable has one structure member with the name of the root tag as the member name.