anujkalal / wikixmlj

Automatically exported from code.google.com/p/wikixmlj
0 stars 0 forks source link

SAX Parser is adding characters not inside current tag #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I was looking at the source code from SAXPageCallbackHandler.java and noticed 
that you do not reset the currentTag variable when processing the endElement() 
function. This has the effect of adding characters outside any tag to the 
previous tag.

best regards,
--ivo

Original issue reported on code.google.com by ivo.anastacio on 30 Nov 2011 at 11:44