- From: <bugzilla@jessica.w3.org>
- Date: Wed, 08 Oct 2014 08:20:38 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26997
Bug ID: 26997
Summary: [XSLT30] Package version ranges - EBNF error
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: minor
Priority: P2
Component: XSLT 3.0
Assignee: mike@saxonica.com
Reporter: john@saxonica.com
QA Contact: public-qt-comments@w3.org
The EBNF for the production
VersionRanges ::= VersionRange S? "," S? VersionRange
within the 2nd October Last Call Working draft
(http://www.w3.org/TR/xslt-30/#package-versions) appears to require a pair of
Version Ranges. I suspect the intent was:
VersionRanges ::= VersionRange (S? "," S? VersionRange)*
which was that suggested in
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26649 . There appears to be no
other discussion of such a change in Bugzilla that I can find.
The current form cannot of course express a single package version requirement,
save that it is 'doubled' ;-).
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 8 October 2014 08:20:40 UTC