
23 Dec
2007
23 Dec
'07
7:11 a.m.
Hi, i am using the following XML, i wanted to print small positive value <a> <value>34</value> </a> <a> <value>23</value> </a> <a> <value>56</value> </a> <a> <value> -10 </value> </a> </a> i am using the followng XPath Expression for printing small value but it returns " -10 " <xsl:value-of select="//value[not(. > //value)]"/> Plz reply ASAP. Thanks chandra.