Hi dom4j community. I use dom4j very successfully in my web application for xslt transforming. (jboss3.2., jetty; ejbs; struts) Because of performance reasons I used pre compiled xslt's and since that require an JAXP 1.2 I had patched my jdk by storing newest versions of xalan.jar; xercesImpl.jar and xml-apis.jar in the "endorsed" folder under jdk/jre/lib.
Working very fine! But now I have to use an external component that require the old versions of xerces, xml-apis and xalan. ;( Since the new versions are loaded with the jdk class loader I have no chance to use the jboss class loader hierarchy to use the old and new versions together. What can I do? Is there an way to chose the needed classes from the new versions manually in my code ? Set properties for using e.g. an special parser is useless since this property in global in the jdk - isn't? Thanks for any hints or links! Stefan ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user