|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Boolean test in xsl:if
How could this come back True: <xsl:if test="$var1 < $var2"> And this be False? <xsl:if test="$var1 - $var2 < 0"> I'm using Resin. Also happens with <xsl:choose> Actually, when I tried <xsl:if test="21 < 20"> this was also True. Am I missing something? It does not happen on Xalan, but before I chalked it up to a bug (that I can at least work around, evidently), I thought I'd see if I'm missing something obvious. Thanks, - Mark 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
|






