We have a requirement that our XML parser must support XMLConstants.FEATURE_SECURE_PROCESSING
.
Unfortunately, the XML parser that is bundled with Android does not. I cannot find any XML packages that conform to this standard - do any exist?
So far:
DocumentBuilder
or DocumentBuilderFactory
?'xerces-for-android' did the trick. We can use the SetFeature
method from DocumentBuilderFactory
of xerces to apply FEATURE_SECURE_PROCESSING
.
Had to download source and build the jar from; https://code.google.com/p/xerces-for-android/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With