Saxon 6.5.5 will work in android 4.2.2
The Saxon XSLT and XQuery processor, developed by Saxonica
Brought to you by:
mhkay
Saxon 6.5.5 will work in android 4.2.2 and any dependencies required.
We observed that the some API name in saxon 6.5.5 jar file is the same as the standard android API.
To resolve API conflict and use the class available in saxon 6.5.5 jar instead of the available with android API. what i need to do.
Anonymous