[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

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
We discussed this at the F2F Hursley 30 July 2014.

Instead of the current complex syntax with (in part) regular expressions, the
WG decided to simplify the schema for package versions:

1) The package version must consist of digits separated by dots, which implies
an ordering
2) The xsl:use-package should specify a single range of acceptable versions,
for which the following possibilities are created:
  a) range can be open-ended on either end
  b) range can be close-ended on either end
  c) close-ended ranges can be either inclusive or exclusive
  d) we prefer to avoid the geeky syntax used by Maven, like "[1.0,2.4)".

Abel will come up with a proposal for this.

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

Received on Wednesday, 30 July 2014 15:19:48 UTC