|
Retrieves error information for xml_parse(), xml_parse_section(), and xml_parse_section_init()
Syntax
xml_parse_error( lineno var, error var )
Returns null
- lineno = line number of the XML file the error occurred (if applicable)
- errortext = text of the error
|
User Annotations:
xml_parse_error
|