I want to use the session-ID in my stylesheets.
  <map:transform src="page.xsl">
   <map:parameter name="use-sessionID" value="true"/>
  </map:transform>

so that my stylesheet (not a XSP(!)) could look like this:

<xsl:param name="sessionID"/>

...
<a><xsl:attribut name="href">test.html;jsessionid=<xsl:value-of
select="$sessionID"/></xsl:attribute>test</a>
...

I didn't find such a possibility.

If I'm right, won't it be nice to offer such a thing built-in?


JOERN_HEID


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to