How do I access a session parameter from a stylesheet? I know how to get a
request parameter:

1. set 

    <use-request-parameters>true</use-request-parameters>


2. and use something like this in the stylesheet:

    <xsl:param name="messageid">0</xsl:param>
...

    <xsl:template match="mmsc:message[@id=$messageid]">
...

How can I do the same, but get session parameters instead?


Thanks 

Mark Miller


---------------------------------------------------------------------
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