changeset 1045 | 6d51333a8d63 |
parent 840 | e80670ae04c0 |
--- a/tests/decl/override/override-misc-005.xsl Sun Aug 16 23:59:23 2015 +0100 +++ b/tests/decl/override/override-misc-005.xsl Tue Aug 18 18:22:28 2015 +0100 @@ -16,7 +16,7 @@ <!-- Accumulators in different packages can share the same name --> <xsl:accumulator name="ac" initial-value="0"> - <xsl:accumulator-rule match="*" new-value="$value - 1"></xsl:accumulator-rule> + <xsl:accumulator-rule match="*" select="$value - 1"></xsl:accumulator-rule> </xsl:accumulator> <xsl:template name="main">