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 2764 - another dependence on implementation defined boundary space policy
Summary: another dependence on implementation defined boundary space policy
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.8.4
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Jinghao Liu
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 17:06 UTC by Jerome Simeon
Modified: 2006-02-23 18:48 UTC (History)
0 users

See Also:


Attachments

Description Jerome Simeon 2006-01-23 17:06:29 UTC
The following tests, depends on boundary space being striped:

WhereExpr007
WhereExpr006
ForExpr006

Because of empty text nodes created before attribute nodes in element
content.

This is a follow up on [Bug #1995].

- Jerome
Comment 1 Andrew Eisenberg 2006-02-09 15:56:55 UTC
Agreed. Our Guidelines do say:

"Submitted tests should be insensitive to boundary-space, that is, in direct
element constructors there should be no boundary space between open/close tags
and enclosed expression."

Comment 2 Jerome Simeon 2006-02-20 23:09:07 UTC
This seems to be fixed in 0.8.6?
- Jerome
Comment 3 Jinghao Liu 2006-02-23 18:46:47 UTC
I have fixed the bug by removing empty text nodes from element construction.