When setting up SAX parser for service description in org.seamless.xml.SAXParser:73 it configures http://apache.org/xml/features/disallow-doctype-decl feature for the factory, but this feature is not supported in org.apache.harmony.xml.parsers.SAXParserFactory, thus it throws org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/disallow-doctype-decl.
Consequently it's not possible to use this library on Android.
Or I'm missing some undocumented settings.
When setting up SAX parser for service description in
org.seamless.xml.SAXParser:73it configureshttp://apache.org/xml/features/disallow-doctype-declfeature for the factory, but this feature is not supported inorg.apache.harmony.xml.parsers.SAXParserFactory, thus it throwsorg.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/disallow-doctype-decl.Consequently it's not possible to use this library on Android.
Or I'm missing some undocumented settings.