On Wed, 27 Jun 2001 10:53:37 -0700
"Tran, Minh-Quan B" <[EMAIL PROTECTED]> wrote:
>
> How do you configure to feed the result onto a cocoon pipeline? As I
> understand, the way cocoon get to serve a request is through a certain uri
> pattern, let say, http://localhost/cocoon/something.xml... From a JSP page,
> when you're finished constructing XML data, how can you feed the data to a
> cocoon producer? I have the same need as Darrel but are still struggling to
> find the way. Please help.
You have Cocoon get the request, not the JSP page. On the matching pipeline, use the
JspGenerator as the XML source, and then process the XML stream at will with the other
transformers/serializers. There's an example in the samples directory on the
distribution.
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>