Glad XML conformance is getting there. However, the results of (unofficial) DOM conformance testing are still looking like a serious regression from Xerces-J 1.
Running the domunit.jar tests from xmlconf report 25 test failures where Xerces-J 1 had 0. It looks like DocumentType.getEntities() and DocumentType.getNotation() are returning zero length lists when there are entities and notations declared in the DTD causing all entity and notation related tests to fail. To run domunit, download http://prdownloads.sourceforge.net/xmlconf/domunit-0.0.6.zip, unzip and place junit.jar (http://www.junit.org) and xerces.jar in same directory and java -jar domunit.jar. Things get worse with the in-development W3C DOM test for Level 1 core where the first pass shows similar results to domunit, however the second pass, where options like ignoreElementContentWhitespace, expandEntityReferences, etc are changed from their non-default values has almost all tests failing. The most likely cause of this (due to the number of tests effected) is the ignoreElementContentWhitespace attribute being either ignored or differently implemented. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
