Hi, I'd like to generate an xsl from that'l be used to transform xsp files. my xsl should be made from such an xsp: <xsp:logic> doc_ID= <xsp-request:get-parameter name="document_ID"/>; </xsp:logic> <esql:connection> <esql:pool>notions</esql:pool> <esql:execute-query> <esql:query>SELECT * from <xsp:expression {doc_ID}/></esql:query> <esql:results> <xsl:template match="<esql:get-string column='notionID'/>"> <esql:get-string column="comment"/> <xsl:value-of select="."> </xsl:template> </esql:row-results> </esql:results> <esql:no-results> <p>Sorry, no results in user_info</p> </esql:no-results> </esql:execute-query> </esql:connection> How should make a sitemap to create this xsl file. Thanks for any comment. Cib France, Bordeaux, xml and gay pride. --------------------------------------------------------------------- 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]>