I know it is possible to have one substitution variable for a matched pattern
as in the following:

<map:match pattern="faq/*"> 
  <map:generate src="faq/{1}.xsp"/> 
   ...
</map:match>

But, is it possible to have more than one, i.e., {1},{2},{3} ...

Nothing I have tried works.

Thanks in advance,
Stan

    



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