|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How can I conditionaly assign a node-set to my va
Use:
channel[6 > id or id='P'] [6 > $n and $hasP]
|
channel[6 > id] [not(6 > $n and $hasP)]
Of course, in XPath 2.0 one can simply use a conditional expression:
if(expression)
then expression
else expression
Cheers,
Dimitre Novatchev.
On Thu, 20 Jan 2005 04:13:25 +1000, r.moe@xxxxxxxxxxxxxxxxxx
<r.moe@xxxxxxxxxxxxxxxxxx> wrote:
> How can I conditionaly assign a node-set to my variable?
> Variable needs to have local scope.
> Obviously I can't use <xsl:value-of.../>.
> I get the error message:
> "Reference to variable or parameter 'firstTableRows' must
> evaluate to a node list."
>
> Code:
>
> <xsl:variable name="firstTableRows">
> <xsl:choose>
> <xsl:when test="6>$n and $hasP">
> <xsl:value-of select="channel[6>id or id='P']"/>
> </xsl:when>
> <xsl:when test="6>$n">
> <xsl:value-of select="channel[6>id]"/>
> </xsl:when>
> <xsl:otherwise>
> <xsl:value-of select="channel[6>id]"/>
> </xsl:otherwise>
> </xsl:choose>
> </xsl:variable>
>
> Thanks,
> Roy
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








