This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: making calculations in XSL


<?xml version="1.0">
<startmeup>
<number>1</number>
<number>2</number>
<number>...</number>
</startmeup>

<xsl:template match="startmeup">
   Total is: <xsl:value-of select="sum(//number)"/>
</xsl:template>


*crying* it just keeps on giving me 0 :(

Hopeless?
I'm using http://www.w3.org/1999/XSL/Transform as xmlns ... could that be
the problem?

.romina.



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]