I am using Axis2 1.3 and xalan 2.7.0 and xerces 2.8.1 that came bundled with it. But another library that I use, requires the class org/apache/xpath/compiler/FuncLoader which is missing in that xalan. So I need to move to xalan 2.6.0 and xerces 2.6.2 (which is the recommended xerces for that xalan version). Just wanted to know if that's okay.
Xalan 2.7.0 lists the following changes from 2.6.0: - Support for JAXP 1.3, including new default error handling behaviour. - Support for XML 1.1 and Namespaces in XML 1.1. Does Axis2 1.3 depend upon any of them? Thanks, Vish.
