Project

Profile

Help

Bug #6660

open

Problem with `xsl:number level="any"` when count pattern uses `current()`

Added by Michael Kay 1 day ago. Updated 1 day ago.

Status:
New
Priority:
Low
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
2025-01-20
Due date:
% Done:

0%

Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

I tried to use

<xsl:template match="g:prodrecap">
   <xsl:number level="any" count="g:prodrecap[@ref = current()/@ref]"/>

and it gave strange results.

Working to produce a repro.

Please register to edit this issue

Also available in: Atom PDF