I would like to use Cocoon to help me pipline servlet output to a transformer then to the requestor.
I have a servlet ServletTest in a package servlet23 which outputs xml I have tried various sitemap.xmap setups of a form like <map:match pattern="servlet23/*"> <map:generate file="??servlet23.*> <!-- the ?? is where I have used different paths. etc, --> <map:transform src="stylesheets/page/simple-page2html.xsl"/> <map:serialize type="html"/> </map:match> I have tried various response.setContentType()'s Could someone give me a kick-start. Bob Garvey --------------------------------------------------------------------- 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]>