>Is there a way for a Java application (like my servlet) to dynamically
load
>specific versions of JAR files

That's really a Java question rather than a Xalan question, but: Have it
use a custom classloader which searches your own preferred paths. I was
playing with that in the (now shelved in favor of XSLTC)
compiled-stylesheet experiment; see the CompiledStylesheetBundle.java and
its internal ZipfileClassLoader class.

Reply via email to