Please consider this scenario:

1. A JSP Page is processed, producing XML content.
2. The JSP Page producing this XML contains a JSP Tag Lib
   which extends the BodyTagSupport Interface. At the
   end of the Custom JSP Tag (which wraps the JSP code producing
   the XML), the generated XML is contained
   as a string inside the JSP Tag Library code.
3. A servlet has been established to handle XML Content,
   extract XSL Processing Instructions, and transform the XML content.
4. I wish to take the String contained inside the JSP Tag Library
   Code and dispatch it to the established servlet for handling
   inside a HttpServletRequest so that a HttpServletRequest.getInputStream()
   call will return properly formed XML InputStrem that can be parsed by
   an XML Parser.

Without using Servlet Chaining, Filters, or Session variables, how
can I achieve this?

Thanks in advance.

Ted Rice

---
Ted Rice
APAMA Ltd, 17 Millers Yard, Mill Lane
Cambridge CB2 1RQ, United Kingdom
Email:  [EMAIL PROTECTED]
Mobile: +44 (0)7899 876489
Phone:  +44 (0)1223 257973 [Histon Office]
Fax:    +44 (0)1223 518859


Reply via email to