Test for Manuel Lemos's XML parser PHP class


Parser error: ".$error." Line: ".$parser->error_line." Column: ".$parser->error_column." Byte index: ".$parser->error_byte_index."
\n"; else { echo "

Parsed file structure

\n"; echo "

This example dumps the structure of the elements of an XML file by displaying the tags and data preceded by their positions in the file: line number, column number and file byte index.

\n"; echo "
";
		DumpStructure($parser->structure,$parser->positions,"0");
		echo "
\n"; } ?>