Andre Juffer wrote:
If you intend to forward the request parameters to a stylesheet you need to explicitly state that in the sitemap. I cannot recall the exact format, however....

I guess that is what you mean (and if you do it right it works!):

<map:match pattern="portal-login-service">
 <map:generate src="resource/internal/login.xml" />
 <map:act type="log-info"/>
 <map:transform
   src="resource/internal/skins/uninett/styles/login-html.xsl" >
    <map:parameter name="resource" value="{request-param:redirect-url}" />
  </map:transform>
 <map:serialize type="xml"/>
</map:match>

And i found what i messed up, you see the difference :-)

<map:match pattern="portal-login-service">
 <map:generate src="resource/internal/login.xml" />
 <map:act type="log-info"/>
 <map:transform
   src="resource/internal/skins/uninett/styles/login-html.xsl" />
    <map:parameter name="resource" value="{request-param:redirect-url}" />
 <map:serialize type="xml"/>
</map:match>

Thx for your help. You got me on the right path

Søren


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

Reply via email to