[...] When you want to replace something within your request URI you can use:
<map:parameter name="haxelbaxel" value="{request:translate(requestURI,'_',' ')}"/>
Hi!
Your solution sounds very interesting, but I can't get it working.
How do you integrate that line in your sitemap?
I tried putting it inside <match/> and expected the following snippet to put 'foobar' behind the original request and generate from {1}foobar.
<map:match pattern="*">
<map:parameter name="anyname"
value="{request:concat(requestURI,'foobar')}"/>
<map:generate src="{1}"/>
<map:serialize type="xml"/>
</map:match>Could you please give an example how to use your solution?
-- Kind Regards [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
