Daniel Fournier wrote:

>Hi everybody,
>
>Samples provided with Cocoon dist. use path-like style to parameterize 
>patterns, e.g.
><map:match pattern="*/*">
>where, for instance, in sitemap administrator mind, 1st * is meaning "source 
>#1" and 2nd * "source #2" (these wildcards beeing use to aggregate two 
>sources).
>
>Why not use a more verbose pattern like:
><map:match pattern="aggregate[source1=*][source2=*]">
>using an XPath predicate-like style?
>

If you are talking about wildcard URI matcher (that's samples' default 
matcher), and if you want your URI look like this, you can use it. Or 
you can have request parameter with such value (and use request 
parameter matcher).

Vadim



>This way, you don't need to comment the pattern and everybody can immediatly 
>understand it.
>
>What are Cocoon developers and users thinking of this suggestion ?
>
>Daniel Fournier
>  
>



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