You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jörn Heid <he...@agentsinaction.de> on 2001/06/09 12:14:43 UTC

Session-ID in
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>