Hi Folks, One more piece of information from someone on the XSL list group:
1. You can [use both xerces and xalan in a servlet] but the class loader stuff is kinda wacky since tomcat uses xerces internally. I had to dig through the webapp class loader to figure out why. We unpack the xalan/xerces jars and remove all javax.xml source from them. Surely, there is a better way? I guess that the bottom line is this: has anyone ever successfully used both xerces and xalan in a Java servlet [without going through such tactics as described above]? /Roger
