Trying to understand this line of code
Hi gurus,
This might be a very simple question to you guys, but I can't find any example demostrating the following "-" operator infront of an variable from the internet. So I am assuming ResultNumber = 9 which the - operator subtract 1? Please correct my understanding. Thanks
ResNumber = 10.
<ResultNumber><xsl:value-of select="-$ResNumber"/></ResultNumber>
|