Re: Request paramteres in a xsl

2002-09-12 Thread Barbara Post
ptember 12, 2002 1:47 PM Subject: Request paramteres in a xsl > Hi, > > I want to access a request parameter in a xsl. > > Therefore I use the code: > > > My request string is: > http://localhost:8080/cocoon/dev/ownActionItems.htm?pName=Projekt2&xpath=//p > roject

Request paramteres in a xsl

2002-09-12 Thread Johannes Wechsler
Hi, I want to access a request parameter in a xsl. Therefore I use the code: My request string is: http://localhost:8080/cocoon/dev/ownActionItems.htm?pName=Projekt2&xpath=//p rojects/project[2]/actionItem Is this fundamentally the right way to access a request parameter? Do I have to add any