Following scenario:

        SAXParser saxParser = saxParserFactory.newSAXParser();
                        
        XMLReader xmlReader = saxParser.getXMLReader();

        xmlReader.setContentHandler(handler);
        xmlReader.parse(someImputStream);

where handler implements ContentHandler.

xmlReader.parse(..) calls handler.characters(..) but neither
handler.startElement(..) nor handler.endElement(..).

This worked well in 0.9.

Can this regression be reproduced by anybody?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to