>From what I remember, use JAXP to parse the XML document and return an org.w3c.dom.Document object, which has a getElementsByTagName(String) method. That will return a NodeList which is basically an array of nodes.
Not familiar with JAXP? http://www.apache.org/~edwingo/jaxp-faq.html Javadoc: http://java.sun.com/xml/jaxp/dist/1.1/docs/api/index.html HTH. -jmc =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
