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 5708 - K2-Axes-66 Whitespaces in Empty Processing Instruction
Summary: K2-Axes-66 Whitespaces in Empty Processing Instruction
Status: CLOSED INVALID
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 10:33 UTC by Ivan Shcheklein
Modified: 2008-05-22 12:14 UTC (History)
0 users

See Also:


Attachments

Description Ivan Shcheklein 2008-05-22 10:33:25 UTC
I'm not sure, but it seems that K2-Axes-66 may (or may be 'must') produce the following result:

<!-- comment --><?PA?>text<b/><?PB?><b/><?PC?>

instead of

<!-- comment --><?PA ?>text<b/><?PB ?><b/><?PC ?>
Comment 1 Michael Kay 2008-05-22 10:51:19 UTC
Yes, but these two documents are canonically equivalent, so your test driver should treat them as matching.
Comment 2 Ivan Shcheklein 2008-05-22 10:59:31 UTC
Ok, I understand.

Anyway, possibly it is better to canonicalize expected result?
Comment 3 Frans Englich 2008-05-22 11:54:15 UTC
Comparisons needs to be canonicalized, so one has to do this. I think it can be a good practice to keep it that way, so I think I'll reject this report.
Comment 4 Ivan Shcheklein 2008-05-22 12:14:53 UTC
Ok