Can you please tell me where I can find CompiledStylesheetBundle.java and
its internal ZipfileClassLoader class?
I know it is not strictly a Xalan question, but the JAR files at issue
include xerces.jar and xalan.jar, and the problem seems to be of such
a common nature that I thought (rightly) that someone in the Xalan user
community would have also run into it.

Thanks for your help.
Barry Draper
[EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 8:26 AM
To: [EMAIL PROTECTED]
Subject: RE: Problems with TransformerImpl.transform



>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