- From: Philippe Le Hegaret <plh@w3.org>
- Date: Wed, 28 Nov 2001 11:25:19 -0500
- To: Curt Arnold <carnold@houston.rr.com>
- Cc: Vincent Hardy <vincent.hardy@sun.com>, www-dom-ts@w3.org
Curt Arnold wrote: > Philippe Le Hegaret was looking at testing Batik using the existing > JUnit/Avalon adapters by using the DOM 3 Load/Save interfaces. Batik doesn't support the JAXP API and this is currently required to run the DOM Test Suite. I'm working on improving the bootstrapping problem in the DOM Test Suite in order to support DOM Level 3 LS, JAXP, and do the loading ourself. Batik doesn't support DOM Level 3 LS (yet?) so will rely on the third solution in order to run the tests. Loading the Document ourself requires to have a SAX2 parser but we can include the xerces parser in the distribution. Once this loader is ok, I'll change the DOMTestCase load method to remove its dependency with JAXP and will change accordingly the framework bootstraps. Hopefully, I should have something stable before the end of next week. Philippe
Received on Wednesday, 28 November 2001 11:24:47 UTC