[Bug 9840] [XSLT 2.0] xsl:number level="single" has different behaviour to XSLT 1.0

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9840


Russell Davoli <russell.j.davoli@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |russell.j.davoli@intel.com




--- Comment #7 from Russell Davoli <russell.j.davoli@intel.com>  2010-06-04 19:46:57 ---
Intel's XSLT 2.0 processor produces a result that I believe matches the
specification.  For reference, here is the result:

<?xml version="1.0" encoding="UTF-8"?>
<out>: Test for source tree numbering
1: Level A
1: Level B
2: Level B
1: Level C
3: Level B
1: Level C
1: Level D
2: Level A
1: Level B
1: Level C
1: Level D
1: Level E
3: Level A
1: Level B
1: Level C
1: Level D
1: Level E
2: Level D
1: Level E
2: Level C
1: Level D
2: Level B
</out>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 4 June 2010 19:46:59 UTC