xsl-list
[Top] [All Lists]

Re: Problem for : increment a variable in a for-each?

2004-11-29 14:37:47
WHy the not() didn;t return correct result

when I use: 
<xsl:for-each select="List[Parent_ID=../List/List_ID]
">
 ID: <xsl:value-of select="List_ID"/> 
 </xsl:for-each>

It will return all node which I don't want
so I add != on  the select statement why It didn't
work
<xsl:for-each select="List[Parent_ID!=../List/List_ID]
">
 ID: <xsl:value-of select="List_ID"/> 
 </xsl:for-each>


______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

--~------------------------------------------------------------------
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>
--~--