RE: from session-attribute to xsl-variable

2002-01-14 Thread SANSONE, AARON M [Non-Pharmacia/1000]
: Re: from session-attribute to xsl-variable not quite... your construct is used when selecting attributes or text nodes from an xml document. But I want to get the value from a session attribute! - Original Message - From: "Steven Punte" <[EMAIL PROTECTED]> To: <[EMA

Re: from session-attribute to xsl-variable

2002-01-14 Thread Christian Haul
On 13.Jan.2002 -- 09:11 PM, Uwe Stelzer wrote: > Hello Cocoon fellows, > > How can I only copy the content of a session attribute to a xsl variable in my >xsl-logicsheet? > > I have tried this here, but I only get an empty string in $usertype: > name="usertype"/> > > If I do a simple >

Re: from session-attribute to xsl-variable

2002-01-14 Thread Uwe Stelzer
, 2002 3:37 AM Subject: Re: from session-attribute to xsl-variable > The construct is something like > > select="@someattribute"/> > > That is, if I understand your queestion correctly. > > steve > > --- Uwe Stelzer <[EMAIL PROTECTED]> wrote: >

Re: from session-attribute to xsl-variable

2002-01-13 Thread Steven Punte
The construct is something like That is, if I understand your queestion correctly. steve --- Uwe Stelzer <[EMAIL PROTECTED]> wrote: > Hello Cocoon fellows, > > How can I only copy the content of a session > attribute to a xsl variable in my xsl-logicsheet? > > I have tried this here, but I

from session-attribute to xsl-variable

2002-01-13 Thread Uwe Stelzer
Hello Cocoon fellows, How can I only copy the content of a session attribute to a xsl variable in my xsl-logicsheet? I have tried this here, but I only get an empty string in $usertype: If I do a simple student then it works! If I put elsewhere in my template, it works also. What