Hi.

How it would be better to perform following task:
for given url (requestedURI) i need to form new url with single
parameter added or changed, and all other left untouched.

Egg:
http://mysite/foo/bar/stuff.html?view=printfriendly&lang=ru&slang=foo&mode=detailed
and i want to form new URL:
http://mysite/foo/bar/stuff.html?view=printfriendly&lang=ru&slang=foo&mode=brief
but actually - i need several urls with all possible values of "mode"
parameter.

Currently, i do it in 184-lined XSLT stylesheet, but all possible parameters
should be hardcoded into this XSLT.

Any better solutions ?

-- 
 qMax


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

Reply via email to