Hi,
I´ve modifed the SaxXml parser example to read a xml provided by a web page.
All seams to go well but at the end of the Parsing I got an error like:
Error occurred on line: 61 (main)
org.apache.harmony.xml.ExpatParser$ParseException: At line 42, column 0: junk after document element
Line 61 is the End If of the Parser routine.
Attached is the XmlSax.zip file with my code
Thanks
I´ve modifed the SaxXml parser example to read a xml provided by a web page.
All seams to go well but at the end of the Parsing I got an error like:
Error occurred on line: 61 (main)
org.apache.harmony.xml.ExpatParser$ParseException: At line 42, column 0: junk after document element
Line 61 is the End If of the Parser routine.
Attached is the XmlSax.zip file with my code
Thanks