I found several references in the mailinglist archive about Xerces, but it is still not clear to me if it is possible use Xerces succesfully in Android. Could you please pro
You can use Xerces on Android. Simply place the Xerces jar into your lib directory and add it to our Android path. When the project gets built it will translate the Xerces byte code into Android/Dalvik bytecode and bundle it into your APK. I've used it successfully on my project.