Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: group and find relative Min value >Thread Next - Re: group and find relative Min value Re: group and find relative Min valueTo: NULL Date: 6/4/2006 4:42:00 AM
Thanks for your help
I tryed with this it seems works...
It is correct for you ?
<xsl:variable name="min">
<xsl:for-each
select="//Router[Supplier=$ok_op]/GroupList/Group/OutwardList/Outward/Price/Amount/text()">
<xsl:sort select="." order="ascending" data-type="number"/>
<xsl:if test="position() = 1">
<xsl:value-of select="."/>
</xsl:if>
</xsl:for-each>
</xsl:variable>
<xsl:value-of select="$min"/>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
