Currently the sitemap has a syntax which allows referring to matching
portions of the URL. Is there a way to refer to request arguments,
headers or session related properties directly in the sitemap?
Something like this:

<map:match pattern="doc/**">
  <map:generate src="documents/{1}">
    <map:parameter name="type" value="{parameter(type)}"/>
    <map:parameter name="browser" value="{header(X-Browser)}"/>
  </map:generate>
  ...
</map:match>


Thanks,
-- 
Ovidiu Predescu <[EMAIL PROTECTED]>
http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff)

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

Reply via email to