Maintenance: Planio will be observing a scheduled maintenance window this Sunday, November 10, 2024 from 20:00 UTC until 21:00 UTC to perform important network maintenance in our primary data center. Your Planio account will be unavailable for a few minutes during this maintenance window.
Bug #4603
closedformat-number() - grouping separator before any digit character
100%
Description
In the profile.xsl stylesheet used for formatting a performance profile, we use format-number with the picture
format-number(@count, ',##0')
Saxon/J accepts this, Saxon-JS rejects it with the error "Invalid picture: grouping separator before any digit".
I suspect Saxon-JS is right and Saxon/J is wrong to accept it.
Please register to edit this issue
Also available in: Atom PDF Tracking page