>Can you please tell me where I can find CompiledStylesheetBundle.java and
>its internal ZipfileClassLoader class?

org\apache\xalan\processor\CompiledStylesheetBundle.java

(Assuming it's still part of the Xalan distribution. It may have been
discarded as obsolete.)

Caveat: I've written only that one classloader. It's undoubtedly somewhat
sloppy, and I'm the wrong person to ask for advice on improving it. If you
want advice on writing better classloaders, a Java-programming-practices
discussion would probably be a better place to ask. Try to find one which
focuses on writing servlets; that's where this problem of needing to select
multiple instances of the same library is most likely to come up. Good
luck...

Reply via email to