[Bug 26648] [XSLT30] edge cases for numeric package version components comparisons

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26648

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The WG accepted a suggestion that we can handle this by ensuring that the rules
for comparing integers in version numbers are defined by reference to the XPath
operator rules, which include rules for limits, overflow, and similar edge
cases.

To apply this, I have:

(a) specified that the integers follow the rules for XPath IntegerLiterals
(with mention that this includes the rules on limits)

(b) specified that comparison of integers or of NCNames follows the rules for
XPath value comparisons.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 4 September 2014 19:42:00 UTC