xsl-list
[Top] [All Lists]

complicacy of sorting

2002-10-29 22:40:11
Hello.

I write this:

<xsl:for-each select="CountryList/Country">
<xsl:sort order="ascending" 
select="//MonthPriceCountryList/MonthPriceCountry[(_at_)CountryID=current()/@ID][
@IStationID=$isid]/@Price"/>
        <xsl:if test="position()=1">
                <xsl:value-of 
select="//MonthPriceCountryList/MonthPriceCountry[(_at_)CountryID=current()/@ID][
@IStationID=$isid]/@Price"/>
        </xsl:if>
</xsl:for-each>

I need to get minimum Price from all Country (from CountryList).
Each Country has attribute ID, and each MonthPriceCountry has attribute 
CountryID, which are the same values.
For some reason sorting doesn't implements. 
Please, please, help me to find out the mistake.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • complicacy of sorting, Evgenia Firsova <=