Hi Chris, 

I'm not 100% sure that I understand what you mean by
getting XML from Apache using the POST method.  I
thought POST was a method for an HTTP client to send a
request to an Apache/HTTP server.  Do you mean you'd
like to know how to get your XML stream into the
response that's sent back?

One way would be for a servlet would add the XML
stream as an attribute to the request or session so
your JSP could get at it using
request.getAttribute("xmlKey").  

I'll apologize in advance if I've misunderstood. - MOD


--- "Hardin, Christopher (Chris), ALABS"
<[EMAIL PROTECTED]> wrote:
> I'm new to Tomcat and JSTL so please forgive this
> simple question.
> 
> All of the examples I've seen that process XML data
> get the data from a file, a URL, or using c:set.  I
> need to get XML data from Apache using the POST
> method.  What is the best way to do this?  Please
> include examples if possible.  Thank you in advance
> for any help.
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to