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 260 - L2 Core tests nodesetprefix09, domimplementationhasfeature01, svg_alltests not schema valid
Summary: L2 Core tests nodesetprefix09, domimplementationhasfeature01, svg_alltests no...
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-29 23:46 UTC by Curt Arnold
Modified: 2003-06-30 04:02 UTC (History)
0 users

See Also:


Attachments
Patch (7.87 KB, patch)
2003-06-29 23:47 UTC, Curt Arnold
Details

Description Curt Arnold 2003-06-29 23:46:25 UTC
nodesetprefix09 contained had a string literal that contained \".  To avoid
complexity in the transforms, escape sequences and non-terminal quotes are
prohibited from string literals.

domimplementationhasfeature used variables for feature and version name, but the
handcrafted declaration for hasFeature only allowed literals.  The schema
generation was modified to allow variables.

svg_alltests mangled the content type for SVG.
Comment 1 Curt Arnold 2003-06-29 23:47:56 UTC
Created attachment 38 [details]
Patch

Also fixed build.xml to really remove generated files placed in tests
directories.