O
ouioui
Hi,
I need to use the xsl sum function like that :
<xsl:value-of select="sum(CompteRendu/Compte/@number)" />
My xml source contains number with comma like that :
<Compte number=447,68" />
<Compte number="11904,66" />
How can i use the sum function with a comma delimited list?
I need to use the xsl sum function like that :
<xsl:value-of select="sum(CompteRendu/Compte/@number)" />
My xml source contains number with comma like that :
<Compte number=447,68" />
<Compte number="11904,66" />
How can i use the sum function with a comma delimited list?