Hi,
We've been successfully using Xalan 2.7.0 and Websphere (with
Java 1.4) to do XSLT transformation (in particular fancy grouping of the XML data).
We're migrating our application to
jBoss 4.2.2GA and Java 1.5 and have discovered that we need to use Xalan 2.7.1 in order for the XSLT transformation to work correctly.
If we add the Xalan 2.7.1 libs to our application then jBoss errors when running them - since it's already got Xalan 2.7.0 embedded.
If we try updating the endorsed libs to 2.7.1 then jBoss won't start correctly.
Has anyone tried this before with any success or what 'variation' of Xalan do we need to drop in to get it to work (bcel not needed???)
Help
Chris