xsl-list
[Top] [All Lists]

re: How can I conditionaly assign a node-set to my variable?

2005-01-20 01:25:01
So I swapped my 13 line <xsl:choose> conditional, with this
(condition logic slightly changed from my last post) :

<xsl:variable name="firstTableRows" 
select="channel[6 > id or id='P'] [6 > $n and $hasP] | 
channel[6 > id] [not(6 > $n)]"/>


Excellent. Thanks Dimitre for updating me with this syntax, 
if will defineately come in handy in the future too.

Roy

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>