[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-j-users
Subject:    Re: Sql extension - parameterized query
From:       Michael Ludwig <milu71 () gmx ! de>
Date:       2012-12-21 20:08:26
Message-ID: 20121221200826.GB744 () Dago
[Download RAW message or body]

Christoffer Bruun schrieb am 20.12.2012 um 13:49 (+0100):
> Den 20-12-2012 13:47, lars.bjerges@swedbank.se skrev:

> ><xsl:param name="q1type" select="int" />
> >
> That won't work since select will try to evaluate int as an xpath query
> You should use:
> <xsl:param name="q1type">int</xsl:param>

Yes, but that would build an RTF (result tree fragment in XSL lingo),
and it's more efficient to use a simple string (note the quotes):

 <xsl:param name="q1type" select="'int'" />

Michael
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic