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 1372 - [XQuery] some editorial comments on 3.7.1.4 Boundary Whitespace
Summary: [XQuery] some editorial comments on 3.7.1.4 Boundary Whitespace
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 1.0 (show other bugs)
Version: Last Call drafts
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Don Chamberlin
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 07:22 UTC by Michael Dyck
Modified: 2005-07-08 03:46 UTC (History)
0 users

See Also:


Attachments

Description Michael Dyck 2005-05-11 07:22:29 UTC
3.7.1.4 Boundary Whitespace

Example 5: '<a>{"  "}</a>'
"This example is equivalent to <a>  </a>, regardless of the boundary-space
policy,"
    No, if the boundary-space policy is 'strip', the two are not equivalent:
    the result of the former will have two spaces, but the result of the latter
    will not.

    I'm guessing you mean something like:
        "The example, under either boundary-space policy, has the same result as
        <a>  </a> *would* have in a world where boundary-whitespace is always
        preserved."
    but that's hardly clear.
Comment 1 Don Chamberlin 2005-07-08 03:45:45 UTC
Fixed. Thanks!