> From: Barbara Post [mailto:[EMAIL PROTECTED]]
> 
> Reading this :
> http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102499709113669&w=2
> only with C 2.1....
> 
> What is the workaround for C 2.0.3 since I need to use a release
version ?
> :-/
> Thanks a lot.

Write an action "set-param". Call it first thing:

<map:pipeline>
<map:act ...>
  <map:parameter .../>
  ...

  ... rest goes here ...

</map:act>
</map:pipeline>

It will be similar to global parameters but not so convenient.


Vadim


> Barbara
> 


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