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.
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to