How to write a XPath query to obtain the sign of a number. The query should
return either a '+' or '-' sign. I am using the XPathNavigator class to get
data from the XML string using the XPath Query.
Any help or suggestions would be highly appreciated.
Regards
Sameer
substring('-+', ($v>=0)+1, 1 )
where $v contains the number.
Cheers,
Dimitre Novatchev.
"Sameer" <Sam...@discussions.microsoft.com> wrote in message
news:0346D791-54CF-4957...@microsoft.com...