Hi,
I recently installed Cocoon 2 and know very little about the product. This
is what I am trying to do:
I am calling page 2 from page 1 and am passing parameters with http request,
and have coded the following in the sitemap.xmap (for page 2)-
<map:match pattern="videopdf">
<map:generate src="http://localhost/cgi-bin/nwwcgi.exe/vsrprod/videop"/>
<map:transform src="stylesheets/page/video-fo.xsl"/>
<map:serialize type="fo2pdf"/>
</map:match>
The sitemap entry for page 1 looks like this -
<map:match pattern="videoc">
<map:generate src="http://localhost/cgi-bin/nwwcgi.exe/vsrprod/videoc"/>
<map:transform src="stylesheets/page/Videos.xsl"/>
<map:serialize type="html"/>
</map:match>
How can I capture the parms from hhtp request and pass on with the following
URL for page 2 :
<map:generate src="http://localhost/cgi-bin/nwwcgi.exe/vsrprod/videop"/>
Any help or examples would be greatly appreciated. Thanks.
Dal Multani
---------------------------------------------------------------------
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]>