HI,
I am able to parse a xml file if I dont use DefaultHandler's endElement(). I noticed that DefaultHandler's endElement() is never called in my midlet. Rest of the methods such as startDocument(), startElement(), characters(), endDocument() are called properly.
Dose anybody know what is the problem? Most likely it's a bug in JSR 172 implementation. Please confirm!
Br,
Madsum

Reply With Quote

