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 10940 - [XPath21] editorial: Basics: sentence splice
Summary: [XPath21] editorial: Basics: sentence splice
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XPath 3.0 (show other bugs)
Version: Member-only Editors Drafts
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 07:00 UTC by Michael Dyck
Modified: 2011-04-18 19:07 UTC (History)
0 users

See Also:


Attachments

Description Michael Dyck 2010-10-01 07:00:44 UTC
[Affects XQuery11 too.]

2 "Basics", para 1:
"The basic building block of XPath 2.1 is the expression, which is a string of [Unicode] characters (the version of Unicode to be used is implementation-defined.)"

Change
    characters (the version
to
    characters. (The version

And maybe drop the parentheses.
Comment 1 Jonathan Robie 2011-04-18 19:07:23 UTC
I decided on a semicolon:

The basic building block of XPath 3.0 is the expression, which is a string of [Unicode] characters; the version of Unicode to be used is implementation-defined.