> -----Original Message----- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] >
Sorry, slight mistake... <snip /> > If you were to write just: > <xsl:value-of select="$last_cumulative_total" /> > Should be: <xsl:copy-of ...> <xsl:value-of ...> won't return anything unless either: a. the variable is defined using 'select' (as in <xsl:variable name="..." select="..." />) or b. the variable contains only text, no markup. Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]