Jacopo Cappellato schrieb: > *Maybe* it is related to the version of the parsers used (that are > determined at runtime)... for example I've noticed that in the FOP > distribution there is a Apache Xalan-J (JAXP-compliant XSLT and XPath > implementation), but not in OFBiz, and so I guess we are using the > default JAXP implementation delivered by the JDK. > > But I could be totally wrong...
Yes & no ;-) Xalan in the FOP distribution is only used when running with Java 1.3 >From Java 1.4 on the jdk version is used unless you put another version into the endorsed directory. But this is all speculation ... as already said: show us the code, Adrian ;-) -- Christian
