This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30265 - [XSLT30] minor typo
Summary: [XSLT30] minor typo
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-14 06:29 UTC by Mukul Gandhi
Modified: 2019-02-20 00:28 UTC (History)
1 user (show)

See Also:


Attachments

Description Mukul Gandhi 2018-06-14 06:29:39 UTC
In the XSLT 3.0 spec at, https://www.w3.org/TR/xslt-30/ I can see a typo that perhaps needs to be corrected.

In the section, "15.3 Selecting the Sequences to be Merged" one of the lines of text says, "[ERR XTSE3195] If the for-each-item is present then the for-each-source, use-accumulators, and streamable attributes must both be absent."

The phrase "must both" seems wrong. There are actually three options.

Therefore, the corrected text can be, "[ERR XTSE3195] If the for-each-item is present then following three attributes for-each-source, use-accumulators, and streamable must be absent."

OR

"[ERR XTSE3195] If the for-each-item is present then the attributes for-each-source, use-accumulators, and streamable must be absent."
Comment 1 Michael Kay 2019-02-20 00:28:15 UTC
The draft erratum E40 picks up this typo, together with other more substantial problems in the same paragraph.