|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Comparison operator
Jean.Ossmann@xxxxxxxxxxxx wrote: > Hi, I am a little bit lost and couldn't find in a reasonnable time in the > references why does the following test return true with <mytag> -1 > </mytag> > > <xsl:if test="./mytag[. > '0']"> The problem is not the operator but the fact that '0' is a string. If you want to compare them as numbers, remove the quotes from the zero. Also, the "./" is unnecessary/implied. Finally, the way you wrote it, if you remove the quotes, you'll get the results you want, but <xsl:if test="mytag > 0"> is probably easier and has the same result. If there's a chance that there's more than one mytag child, you might want to change that to mytag[1] to only look at the first one. - Mike ____________________________________________________________________________ mike j. brown | xml/xslt: http://skew.org/xml/ denver/boulder, colorado, usa | resume: http://skew.org/~mike/resume/ 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








