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"