Skip to content

xml_parse()#

Syntax
xml_parse( filepath, location, output var )

Returns#

Returns 1 on success, 0 on error

Parameters#

Parameter Description
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.