I have 2 servlets on different servers communicating with each other with HTTP
POST command.  The response sent by the 2nd servlet back to the first servlet is
an XML document.  I would like to do two things:

1)  Parse the response into an XML DOM object, but I can't figure out how to
have the DOM parser read the XML document from the HTTP response instead of from
a file.

2) In my servlet I want to be able to locate a table returned within the DOM
object and iterate over just that one table in the DOM object.

Thanks

___________________________________________________________________________
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

Reply via email to