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 30416 - [XSLT30] minor grammatical error
Summary: [XSLT30] minor grammatical error
Status: NEW
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: 2019-03-14 04:47 UTC by Mukul Gandhi
Modified: 2019-03-14 04:47 UTC (History)
0 users

See Also:


Attachments

Description Mukul Gandhi 2019-03-14 04:47:02 UTC
In the section "18.2.2 Applicability of Accumulators" of XSLT 3.0 spec, somewhere near the bottom of this section, its mentioned

"The value of the use-accumulators attribute of xsl:source-document, xsl:merge-source, or xsl:mode must either a whitespace-separated list of EQNames, or the special token #all".

I think above quoted phrase should be following,
"The value of the use-accumulators attribute of xsl:source-document, xsl:merge-source, or xsl:mode must either *be* a whitespace-separated list of EQNames, or the special token #all".

i.e an additional word "be" as suggested would be ok I think.