[xsl] sum() attribute values?

Subject: [xsl] sum() attribute values?
From: "Michael Bauerfeld" <michael@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 Jun 2001 12:53:52 +1000
Hi,

Does someone know if it is possible to sum attribute values??
In the xml I would like to style I'm getting a count passed as attribute of
element <element count="xxx"/>.
If I try to use the XPATH function <xsl:value-of
select="sum(element/@count)"/> I'm just getting back a list of my count
entries.

Any ideas how to tell 'sum()' or another function to handle my attributes as
number??

Thanks,
-Michael


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


Current Thread