- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 11 May 2005 07:22:30 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1372
Summary: [XQuery] some editorial comments on 3.7.1.4 Boundary
Whitespace
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XQuery
AssignedTo: chamberl@almaden.ibm.com
ReportedBy: jmdyck@ibiblio.org
QAContact: public-qt-comments@w3.org
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.
Received on Wednesday, 11 May 2005 07:22:32 UTC