You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Christian Zoffoli <cz...@technet.it> on 2001/06/25 21:07:45 UTC

[C2]: To Cocoon Team -- dynamic parameters

Hi to all.
I tried the sitemap patch of Vadim Gritsenko ...and I have solved many
problems. 
Why isn't it included in the official distribution? ...I think it's
important to have dynamic parameters. Is there another way to do it ?


How could I solve a problem like this?

...
<map:match type="request" pattern="page">
	<map:match type="request" pattern="article:body::{1}">
        	<map:act type="session-propagator">
                	<map:parameter name="article:body::{../1}"
value="{1}"/>
                </map:act>
	</map:match>
</map:match>
...


thanks,
	Christian

---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>