Yes.

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

Check here for more info:

http://xml.apache.org/cocoon2/userdocs/concepts/matchers_selectors.html



At 08:15 PM 11/18/01 -0600, you wrote:
>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]>


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