> -----Original Message-----
> From: Christian Haul [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 6:05 PM

>> but this doesn't (regexp):
>> 
>>    <map:match type="regexp"
>>      pattern="product/category_(view|edit)\.xml">
>>      <map:act type="update-entity">
>>        <map:generate type="serverpages" src="{../0}"/>
>>      </map:act>
>>      <map:transform type="xinclude"/> 
>>      <map:transform src="product/category.xsl"/>
>>      <map:serialize/>
>>    </map:match>

> If so desired (and agreed), it would be trivial to add 0 to
> AbstractRegexpMatcher.
> 
> after line 127 add:
>    map.put("0", match);
> 

This would make it more consistent with wildcard matcher and
help poor saps like me with move from C1 to C2.
Maybe this should be a general rule for all matchers that
parameter {0} is allways the whole matched pattern.

What is the best way to get this fixed? Bugzilla?

Thanks,

Artur...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to