hello, that seems very interesting. How do you obtain an instance of the SAXParserFactory? For what i suspect the abstract class SAXParserFactory is a member of javax.xml.parsers and the one way of getting a SAXParser Instance. Please correct me if I am wrong.
I want to use Xerces since the SAXParserImpl Android uses throws SAXExceptions[DOMExceptions] that I can't explain and didn't occur in a J2SE/Xerces environment. On 21 Okt., 09:04, Anders Rundgren <[EMAIL PROTECTED]> wrote: > Today I managed to port apache's Xerces java XML DOM parser. I > unfortunately had to give it completely new package names since SDK > 1.0 R1 is lagging with respect to org.w3c.dom and probably in other > ways as well. > > Anyway, the performence seems quite reasonable on the emulator, so I > urge Google to (gradually) deprecate the pull-parser for Xerces. > > MSFT's .NET CF has full schema validation and XML security as well. > > Anders --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

