PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3254 *** shadow/3254 Thu Aug 23 22:20:57 2001 --- shadow/3254.tmp.19218 Thu Sep 13 11:52:31 2001 *************** *** 63,65 **** --- 63,76 ---- Please check your class path and extension directory for other versions of the the DOM classes. + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-09-13 11:52 ------- + This is almost certainly a classpath issue with your servlet engine. One quick + way to diagnose classpath issues is to run the + org.apache.xalan.xslt.EnvironmentCheck utility, either from your servlet code + immediately before it does the transform or by using the new + xalan:checkEnvironment extension function. (Note: extension function not in D9 + or D10; you must get this file and org.apache.xalan.lib.Extensions from the + latest CVS and recompile/add them into your .jar file to get the extension + working; or recompile from CVS overall)
