[Home] [By Thread] [By Date] [Recent Entries]
Oh sorry, I wrote the stylesheet in the mail client, tested it with
editor + IE + MSXML, but didn't copy the changes back to the mail
client. My complete version (including a better test for min and max,
because you don't need to compare every @value with every other @value,
only with the following ones):
<xsl:template match="data"> <min value="{datum[not(following-sibling::datum/@value < @value)]/@value}"/> <max value="{datum[not(following-sibling::datum/@value > @value)]/@value}"/> <avg value="{sum(datum/@value) div count(datum/@value)}"/> </xsl:template> Joerg Stuart Celarier schrieb: <avg value="{sum(datum/@value)/count(datum/@value)}"/> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



