hi all,

is it possible to access a sitemap parameter, within
the cinclude tag in a page like this:

sitemap:

<map:match pattern="composite/**">
   <map:generate src="aggreate.xml" />
   <map:transform type="cinclude">
      <map:parameter name="uri" value="cocoon:/{1}" />
   </map:transform>
   <map:serialize/>
</map:match>

aggregate.xml

<page>
   <cinclude:include src="{uri}" ... />
</page>

this would be great since one could use this pattern
for site-frameworks which don't know which pages they
include ....

thanks 

-- jakob

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to