unds as if you give in a String of xml data it will not
> attempt to try
> to interpret it as a URI but I guess that's not really the case?
>
> -Original Message-----
> From: Jim Urban [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 21, 2002 2:59 PM
> To: Tomcat Use
sage-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 2:59 PM
To: Tomcat Users List
Subject: RE: Fumbling around Tomcat and Java and XML
Here is a hint to get you started...
import org.w3c.dom.Attr;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import
Here is a hint to get you started...
import org.w3c.dom.Attr;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.apache.xerces.parsers.DOMParser;
DOMParser parser = new DOMParser();
> I need to add the ability to parse an XML document but have not been
> successful at getting to the right jar files. What import directive do I
> need to use in my servlet to get access to the DOM parsers
> available in the
> tomcat xerces.jar, or what environment settings do I need to check fo