Thanks, Sam.. Actually the problems was with the data - thanks for the note above - there was a text string after the number..
This works:
<xsl:value-of select="substring(number(substring-before(Action[@name='Database Size'], ' Mb')) div number($size) * 100, 1,5)"
Thanks again!
|