|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: how to test a condtion in XSL file ??]
> <xsl:for-each select = "//SessionStartupTime" > > <xsl:choose> > <xsl:when test="SessionStartupTime >10"> Within xsl:for-each, your current node is a SessionStartupTime element. Your "when" test is therefore looking for a SessionStartupTime element that is a child of this SessionStartupTime, and it probably wont find one. Write test=". > 10". Mike Kay 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


![RE: how to test a condtion in XSL file ??]](/images/get_stylus.gif)





