- From: <bugzilla@jessica.w3.org>
- Date: Tue, 09 Sep 2014 01:24:48 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26760
Bug ID: 26760
Summary: parse-ietf-date() grammar error
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators 3.1
Assignee: mike@saxonica.com
Reporter: liam@w3.org
QA Contact: public-qt-comments@w3.org
The description of parse-ietf-date() has a minor grammar error and a typo.
The typo - parse-ietf-dateTime should read parse-ietf-date
The grammar error
input ::= S? dayname? ","? S ((datespec S time) | asctime) S?
should (I think) be
input ::= S? (dayname ","? S)? ((datespec S time) | asctime) S?
(probably my mistake originally, sorry)
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 9 September 2014 01:24:50 UTC