Hello,
is it possible to retrieve session values created by the LoginAction
(context="authentication") with the Session-Attr Input Module?
eg.:
<map:transform type="xslt" src="style/main.xsl" label="raw">
<map:parameter name="myauth" value="
{session-attr:authentication/authentication/ID}"/>
<map:parameter name="date" value="{date:date}"/>
</map:transform>
As I already successfully tried, I can use the session-transformer to
retrieve the values in my main.xsl with
<session:getxml context="authentication" path="/authentication/ID"> but I
want to use this value in an xsl:variable in the style sheet.
This does not seem to be possible, since the session transformer has to be
applied after the xsl-transformation.
Any ideas somebody?
Markus Schulze
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]