I need to generate dynamically an xsp page. I get an xml fragment from a string (called results) with a first xsp page (the request is something like this : submitdata.xsp?data={results}). Secondly, I use an xslt to transform the string results into another xsp page with esql code into it. Now, I need to process this second page, but i don't know how. Here's what i use in sitemap.xmap : <map:match pattern="test/submitdata.xsp"> <map:generate type="serverpages" src="test/submitdata.xsp"/> <map:transform src="test/xml2sql.xsl"/> <map:serialize/> </map:match> I found something in sitemap.xmap : <map:transform type="sql"> <map:parameter name="use-connection" value="personnel"/> </map:transform> Is it a good idea to add it after my <map:transform ...> ? --------------------------------------------------------------------- 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]>