Joerg Heinicke wrote:
> The solution you need looks probably like
>
> <map:match pattern="*">
>   <map:generate src="{request:concat(substring-after(requestURI, '/'),
> 'foobar')}"/>
>   <map:serialize type="xml"/>
> </map:match>

Works fine so far.
But, how can I access the individual parts of a pattern="*/*/**"
Is there something like
        src="{?:concat(substring-after(1, '/') ?
How could I find the right syntax?

--
[EMAIL PROTECTED]


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



Reply via email to