I am trying to use XML (using IBM's et al XML4J classes) with a servlet developing under JSWDK 1.0.1. I've run into a snaggy: The Document interface that ships with JSWDK (in the xml.jar) doesn't seem to support getElementById(String), but the version in the XML4J framework does. Package names are identical, so something that works fine when run as a standalone app fails when run in a servlet context. I got around this by using DocumentImpl from XML4J (there is no comparable class in xml.jar), but things like tinkering with the CLASSPATH definitely didn't work...for me. Are there any solutions that are more generic? ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
