xsl-list
[Top] [All Lists]

AW: RE: Sum & Sort & Maxvalue

2004-03-09 02:56:00
-- Samstag, 6. März 2004 22.20 Uhr CET : "Andreas L. Delmelle" 
<a_l(_dot_)delmelle(_at_)pandora(_dot_)be> wrote -- 

I have a complex problem. I dont know if i can explain it correctly.

<snip /> 

I have been trying this with a sort on the hits-node, but it 
didn't seem to be working. 

Hi,

Had another look at it. Given the part of the solution I already provided:

<xsl:template match="day">
  ...
  <xsl:apply-templates select="ext:node-set($vacts)/*">
    <xsl:sort select="hits" data-type="number" order="descending" />
  </xsl:apply-templates>
</xsl:template>

<xsl:template match="activity[hits &gt; 0]">
  <xsl:value-of select="@name" />
  <b><xsl:value-of select="hits" /></b>
</xsl:template>


will get your output in the desired order.


Hello Andreas

Thank you very much for your answer. Theres only a little Problem left: I dont 
understand anything. :) Maybe you could send me a File where you put in the 
complete solution.. I have no idea what i should do.. 

Thanks a lot.

Kindly regards
Flo

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



<Prev in Thread] Current Thread [Next in Thread>