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 4996 - [XQTS] XQueryX Newline normalization in CDATA constructors
Summary: [XQTS] XQueryX Newline normalization in CDATA constructors
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 10:34 UTC by Oliver Hallam
Modified: 2007-09-25 12:52 UTC (History)
0 users

See Also:


Attachments

Description Oliver Hallam 2007-08-30 10:34:16 UTC
The tests K2-DirectConOther-50 and K2-DirectConOther-51 check that new lines are normalized to #xA in direct CDATA constructors.
This normalization should have been performed in the conversion to XQueryX, but it appears that it hasn't.
Comment 1 Andrew Eisenberg 2007-09-08 17:30:35 UTC
I have changed the XQueryX generated for K2-DirectConOther-51. I believe that K2-DirectConOther-50 is correct as it is.

Please close this bug report if you agree with this resolution.
Comment 2 Oliver Hallam 2007-09-25 12:52:21 UTC
Thanks