Re: Passing database result as parameter in XSL

2002-11-20 Thread Christian Haul
Ebert Andreas wrote: Hi Leszek, column="categoryid"/> If I hardcode the parameter (e.g. replace ' column="categoryid"/>' with '4') everything works fine. AFAIR you are allowed to use ESQL only in XSPs as it's tags are converted to Java. So even trying to use and logicsheet in xsl is use

RE: Passing database result as parameter in XSL

2002-11-20 Thread Ebert Andreas
Hi Leszek, > > > > > > column="categoryid"/> > > > > > > If I hardcode the parameter (e.g. replace ' > column="categoryid"/>' with '4') everything works fine. > > > AFAIR you are allowed to use ESQL only in XSPs as it's tags > are converted to > Java. So even trying to use and logicsheet i

Re: Passing database result as parameter in XSL

2002-11-20 Thread Leszek Gawron
On Wed, Nov 20, 2002 at 02:47:42PM +0100, Ebert Andreas wrote: > Hello, > > I am trying to pass a parameter from one XSL template to another using the > code snippet below. The value of the parameter should be obtained from a > database. Unfortunately, the code does not work and I do not have any

Passing database result as parameter in XSL

2002-11-20 Thread Ebert Andreas
Hello, I am trying to pass a parameter from one XSL template to another using the code snippet below. The value of the parameter should be obtained from a database. Unfortunately, the code does not work and I do not have any idea why. Is it possible to do that with XSLT or do I misunderstand somet