Subject: Re: Problem for : increment a variable in a for-each?
From: que Li <queincanada@xxxxxxxx>
Date: Mon, 29 Nov 2004 16:37:47 -0500 (EST)
|
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
|