Sum of Translate function
Hello All,
For the below code , I am getting values correctly. But I want to add all the values (sum of the values)
<xsl:for-each select="$MyNodes">
<xsl:if test="starts-with(string(@MyField), 'test')">
<br/>
<xsl:value-of select="translate(string(@MyField),(translate(stri ng(@MyField),'012345678','')),'')" />
</xsl:if>
</xsl:for-each>
Thanks
__________________
tq98
|