Try the following <map:match pattern="eBiz/*"> <map:generate src="http://lanester:80/tamino/execLog?_xql=//wes:HISTORY[@ino:id={1}]"/ > <map:transform src="eBizMonitor/journalFR.xsl"/> <map:serialize type="html"/> </map:match>
The pattern will have to be modified to indicate eBiz/{id}. This will result in the src for the generator to be http://lanester:80/tamino/execLog?_xql=//wes:HISTORY[@ino:id={id}] Hope this helps, Chiths -----Original Message----- From: GIQUEL Magali [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 3:38 AM To: [EMAIL PROTECTED] Subject: cocoon Hi, I use tomcat4.0 and cocoon 2, after a click on a jsp page, i send a request on tamino which returns an xml document. My probem is that the URI I want to access is included in the sitemap and this uri has got parameters (id). These parameters come from hyperlinks on a jsp page. I don't known how to send these parameters from the jsp file to the sitemap. <map:match pattern="eBiz.html"> <map:generate src="http://lanester:80/tamino/execLog?_xql=//wes:HISTORY[@ino:id={id}]" /> <map:transform src="eBizMonitor/journalFR.xsl"/> <map:serialize type="html"/> </map:match> magali --------------------------------------------------------------------- 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]>