|
Initializes a xml_parse_section session.
Syntax
xml_parse_section_init( filepath, location, level )
Returns 1 on success, 0 on failure.
- filepath = source file path (same as xml_parse)
- location = 'script' or 'data'
- level = level (not including the root) to return a "section" of parsed XML output.
|
User Annotations:
xml_parse_section_init
|