xml_parse()

 
Parces an XML file.
Syntax
xml_parse( filepath, location, output var )
Returns 1 on success, 0 on error
  • filepath = Location of the file to parse
  • location = either 'script' or 'data'
  • output = 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.
User Annotations: xml_parse