If i understand correctly, you wrote the code that uses the SAX parser. I assume you know something about coding with SAX parsers. There is an issue with the 'parameter-entities' feature. Go to http://developer.android.com and search for the SAX parser classes and figure out which SAX parser implementation is used (if not by documentation, debug it and find it out that way). Then figure out why the 'parameter-entities' feature is not supported. Maybe you just have to not set it or use another feature.
-- 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

