xml_parse_section()

 
Return a section of XML
Syntax
xml_parse_section( output var, eof var )
Returns 1 on success, 0 on failure.
  • output = Parsed XML output, same format as xml_parse()
  • eof = boolean "end of file".
User Annotations: xml_parse_section