Android Xml Validation Using Xsd ( Both Xerces And Schemafactory) Error
Now, I'm having some pb with XML validation using XSD. Since I use SchemaFactory: SchemaFactory schemaFactory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); It g
Solution 1:
Short answer: xerces for android: https://code.google.com/p/xerces-for-android/source/checkout
Post a Comment for "Android Xml Validation Using Xsd ( Both Xerces And Schemafactory) Error"