DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3151>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3151 ------- Additional Comments From [EMAIL PROTECTED] 2001-09-14 10:09 ------- It may also be a classpath issue with your servlet engine, which our compatibility layer may be very sensitive to. You can try to use the org.apache.xalan.xslt.EnvironmentCheck class by calling it from your servlet immediately before doing the transform; you could also try reordering the xalan.jar and xerces.jar (or other parser) in your servlet engine's classpath. However, this may also be a bug that happens in our compatibility layer in servlet situations, in which case we most likely will not fix it, and you'll need to upgrade your application to use the 2.x interfaces (JAXP/TrAX/javax.xml.transform.*). Sorry!
