[Bug 26443] [XSLT30] xsl:use-package/@package-version is defined as a token, but can take any string, and appears to act as regex (?)

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
Proposal:

(a) The syntax of version id's is as defined in SemVer. 

(b) We express the required version using an attribute with the syntax

"#any" | (version)? ("or higher" | ("to" (version
("inclusive"|"exclusive")?)?))?

where "version" is as defined in SemVer (allowing omission of least significant
components), and ordering of versions is as defined in SemVer.

We are uncomfortable that SemVer requires exactly three numeric components in
the version number (major.minor.patch). Could/Should we generalize it to a
variable number of numeric components?

Action is on Abel to produce a detailed proposal along these lines.

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

Received on Thursday, 31 July 2014 16:15:21 UTC