i wrote an nzb parser.. im was porting it to android i got the error
message org.xml.sax.SAXException: Can't create default XMLReader; is
system property org.xml.sax.driver set
until i added
System.setProperty("org.xml.sax.driver","org.xmlpull.v1.sax2.Driver");
not sure what that set property did compared to the default java
framework, but im pretty sure that is the problem
so what is the default property for org.xml.sax.driver that the java
framework usesIt is adding whitespace (newlines and space) before each token value. -- 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

