Hi, I am trying to validate XML file in sax parser against xml schema in my android app.
I found that I can do that by using javax.xml.validatations package (by using schemafactory class to get schema object out of schema xsd file). But this package is not available in android sdk. It is built-in package in JDK but not in android sdk. Can you please suggest a way to validate xml file against schema in sax parser? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

