[oXygen-user] XSL:minimum positive value

chandra shaker
Sun Dec 23 01:11:11 CST 2007


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(. &gt; //value)]"/>

Plz reply ASAP.

Thanks
chandra.



More information about the oXygen-user mailing list