[Bug 9927] New: [XSLT] xsl:number grouping-size

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

           Summary: [XSLT] xsl:number grouping-size
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
               URL: http://www.w3.org/TR/xslt20/#number
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 2.0
        AssignedTo: mike@saxonica.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


The specification says very little about permitted values for the grouping-size
attribute of xsl:number (other than it must be a 'number').

<xsl:number
  ...
  grouping-size? = { number } />

Can this be clarified?  e.g. must be castable to xs:positiveInteger 

I'd expect XTSE0020 and XTDE0030 to cover the static and dynamic error cases.

The test suite doesn't appear to contain tests which might cause such errors,
and I've observed an XSLT implementation which rejects non-integer numeric
values.

-- 
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 Tuesday, 15 June 2010 10:36:58 UTC