I am missing the big picture.
I want to generate data from servlet and have that output transformed to
html for a response.
I have tried combinations on the order of:
   <map:match pattern="servlet23/*">
     <map:generate src="http://cb:8080/examples/servlet/servlet23.{1}"/>
     <map:transform src="stylesheets/servlet23/{1}.xsl"/>
     <map:serialize/>
   </map:match>
where {1} would be the servlet name within the servlet23 package and would
specify the stylesheet.
Any quidence appreciated.

Bob Garvey

----- Original Message -----
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "'Bob Garvey'" <[EMAIL PROTECTED]>
Sent: Tuesday, January 22, 2002 10:22 AM
Subject: RE: Servlet to XSL possible?


> > From: Bob Garvey [mailto:[EMAIL PROTECTED]]
> >
> > I would like to use Cocoon2, Tomcat.40  to pipline output from a
> servlet
> > generating XML to an XSL transformer: is this possible?
>
> Try to use: <transform src="http://host:port/my.xsl"/>
>
> If it is slow for you, make sure that your servlet generating XSL
> returns lastModified, so Cocoon is able to cache this generated XSL.
>
> Vadim
>
>
>
> ---------------------------------------------------------------------
> 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]>

Reply via email to