IMHO you could send the XML data stream over http to the servlet (jsp) and use
xerces (apache) or jaxp (sun) to parse it there. Use url.connect to the
servlet(jsp) and use the data streams of the connection objet for the data
transfers
Regards.
Howard Lee wrote:
> Hi guys,
>
> I have a program that generates XML and calls a JSP. I want the JSP to
> somehow takes this XML input (not necessarily a file) and do processing. How
> should the XML generating program call the JSP? I don't think I can embed
> the XML into URL. Any idea guys? Thank you very much.
>
> howard
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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