Hi, I'm new to this newsgroup. I have a simple question... I just installed tomcat-4.0. I have an application that makes use of ElementNode in the com.sun.xml package. This app, is part of a larger jar file that is used in a servlet. When trying use this servlet along with tomcat, I get the following error : loader constrains violated when linking org.xml.sax.DocumentHandler. I think this is because tomcat uses org.apache.crimson for the xml implementation and my app is using com.sun.xml. I'm now changing my package to use org.apache.crimson package and it's telling me that ElementNode is a deprecated object. What has replaced it and how can I find information on deprecated features. On the Sun Web page, ElementNode is still there and all it's corresponding methods are accessible in com.sun.xml. I need to use the methods in ElementNode in my application. Please let me know what to use instead... or any javadocs on crimson.jar. Thanks Elham Chandler Interwoven --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
