XSLT: Session-Content in Variables

2004-05-04 Thread Nils Köster
Some weeks ago I comlained about not getting session content in variables in xslt. I read much about others who had the same problem. Now I found out, why it doesn't work. It's not a bug, it's a feature. What I tried: - Some.xsl

Re: XSLT: Session-Content in Variables

2004-05-04 Thread Joerg Heinicke
On 04.05.2004 11:30, Nils Köster wrote: Some weeks ago I comlained about not getting session content in variables in xslt. I read much about others who had the same problem. Now I found out, why it doesn't work. It's not a bug, it's a feature. What I tried

AW: XSLT: Session-Content in Variables

2004-05-04 Thread Nils
Hi Joerg, You're right. In my pipeline i solved it this way: map:pipeline type=noncaching map:match pattern=impressum map:generate src=content/texts.xml type=serverpages/ map:transform type=session/ map:transform