[Home] [By Thread] [By Date] [Recent Entries]
<xsl:template match="data">
<!-- selects the first datum/@value with not a following datum/@value less than this one --> <min value="{datum[not(../datum/@value < @value)]/@value}"/> <!-- selects the first datum/@value with not a following datum/@value greater than this one --> <max value="{datum[not(../datum/@value > @value)]/@value}"/> <!-- like in mathematics: avg = sum / count --> <avg value="{sum(datum/@value)/count(datum/@value)}"/> </xsl:template> Regards, Joerg Antonio Fiol schrieb: Hello, I have an XML document that contains: XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



