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 447 - Late December 2003 load and save issues
Summary: Late December 2003 load and save issues
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (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-12-30 00:50 UTC by Curt Arnold
Modified: 2003-12-30 14:42 UTC (History)
0 users

See Also:


Attachments
Miscellaneous L&S changes (32.18 KB, patch)
2003-12-30 00:56 UTC, Curt Arnold
Details
Add L3 Core guard to HasFeature04 and 05 (7.31 KB, patch)
2003-12-30 07:35 UTC, Curt Arnold
Details
Fixed errors in guards on HasFeature04 and 05 (7.32 KB, patch)
2003-12-30 09:42 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-30 00:50:04 UTC
Issues raised in http://lists.w3.org/Archives/Public/www-dom-
ts/2003Dec/0030.html and http://lists.w3.org/Archives/Public/www-dom-
ts/2003Dec/0029.html
Comment 1 Curt Arnold 2003-12-30 00:56:51 UTC
Created attachment 144 [details]
Miscellaneous L&S changes
Comment 2 Curt Arnold 2003-12-30 01:17:16 UTC
DOMTS and framework changes:

<createTempHttpURI/> and <createTempFileURI/> changed to <createTempURI 
scheme="http|file"/> and corresponding transform and framework changes.

scheme attribute added to <getResourceURI/>

Default http uri base changed to http://localhost:8080/webdav/.  Can be 
overriden using org.w3c.domts.httpbase JVM property.

Temporary http uri's changed to http://localhost:8080/webdav/tmp{random}.xml.

Test changes:

DOMBuilderTest5: Now uses <getResourceURI scheme="http"/> to get URL for 
testpdf.pdf.  Checks for successful parsing of testpdf.pdf before specifying 
supported-doctypes-only.

DOMBuilderTest7: Removed per 24 Dec 2003 conference call

DOMImplementationLSTest1: Not run unless hasFeature("LS-Async", null) is true.

DOMInputSourceTest5: Substantial rewrite.  

DOMInputSourceTest6: Changed getCharacterStream() to setCharacterStream()

DOMWriterFilterTest1: Changed test to check so that the attribute must be 
missing for the test to pass.

DOMWriterFilterTest2: Changed assertion that attribute is empty.

DOMWriterTest5, DOMWriterTest6: Added missing interface=
Node" on namespaceURI necessary for test validation.

LSSerializerConfig2: Removed schema-type and schema-location from list of 
required configuration parameters.

LSSerializerConfig9: Changed expectation on "namespaces" config parameter to 
correspond to changes approved in last weeks conference call.  Will need to 
review when wording is finalized.

SystemId1: Changed <createTempFileURI> to <createTempURI scheme="file"/>, 
changed mode on checking parser from 0 to 1

SystemID2: Changed <createTempHttpURI> to <createTempURI scheme="http"/>, 
changed mode on checking parser from 0 to 1

alltests: removed DOMBuilderTest7

dom3tests.ent: Removed http: base from TESTPDF.

test7.xml: Changed mangled ENTITY definition

testpdf.pdf: Added.  Must be valid XML so that parsing failure is due to media 
type only.
















Comment 3 Curt Arnold 2003-12-30 07:35:31 UTC
Created attachment 145 [details]
Add L3 Core guard to HasFeature04 and 05
Comment 4 Curt Arnold 2003-12-30 09:42:11 UTC
Created attachment 148 [details]
Fixed errors in guards on HasFeature04 and 05