Hello,

I have several sitemaps and I would like to pass the same parameter value 
("me") to the generator and/or class. Is it possible to have the parameter 
in a seperate xml/config file and have it loaded by Cocoon? e.x.:

1.
SitemapOne
<map:generate type="serverpages" src="someXSPPage.xsp">
   <map:parameter name="user" value="me"/>
</map:generate>


2.
SitemapTwo
<map:act type="someJavaClass">
   <map:parameter name="user" value="me"/>
</map:act>


Thanks,

Chris

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


---------------------------------------------------------------------
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]>

Reply via email to