- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 11 Jun 2007 11:01:58 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4624
Summary: Serialization problem in K2-ancestor-or-selfAxis-5
Product: XML Query Test Suite
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: nick@cbcl.co.uk
QAContact: public-qt-comments@w3.org
This query returns,
1,document(),1
which in the expected results in CVS returns "1 1", but I think this should be
"11" (assuming I'm following the normalization rules correctly).
Following the sequence normalization rules in the Serialization spec, I get:
S1=1,document(),1
S2="1",document(),"1"
S3="1",document(),"1"
S4=text("1"),document(),text("1")
S5=text("1"),text("1")
S6=text("11")
Received on Monday, 11 June 2007 11:02:08 UTC