|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Node set comnparison
Using : <xsl:variable name="set1" select="/dummy/set1/value"/> <xsl:variable name="set2" select="/dummy/set2/value"/> with : <dummy> <set1> <value>2</value><value>3</value> </set1> <set2> <value>3</value><value>22</value> </set2> </dummy> I expect : a. test="$set1 > $set2" to give false b. test="$set2 > $set1" to give true ... and it does. If I add a new value element to set2 with content of 'abc' should this change the result ? I don't think so as 'abc' should convert to NaN which will cause any boolean test to fail though my tests seem to show otherwise. -- Nick Browne Slipstone Ltd 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








