ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Testing against node-set
I wanna select all rows from the second rowSet, whose parentIDs are not equal to any row id from the first rowSet. In this example, it'd be rows 3 and 6: <rowSet id="1"> <row id="1"/> <row id="2"/> </rowSet> <rowSet id="2"> <row id="3"/> <row id="4"> <parentID>1</parentid> </row> <row id="5"> <parentID>2</parentid> </row> <row id="6"> <parentID>3</parentid> </row> </rowSet> I'm trying the following code, but it's not working. All rows from the second rowSet are selected. <xsl:variable name="firstRowSet" select="rowSet[@id=1]/row"/> <xsl:variable name="secondRowSet" select="rowSet[@id=2]/row"/> <xsl:for-each select="$secondRowSet[parentID!=$firstRowSet/@id]"> ... Any ideas? __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








