I posted an analysis of the provisional DOM L1 conformance test failures for Xerces-J 1.4.3 and last nights CVS code base in http://lists.w3.org/Archives/Public/www-dom-ts/2001Nov/0012.html, and http://lists.w3.org/Archives/Public/www-dom-ts/2001Nov/0013.html respectively.
Most of the failures in Xerces-J 1.4.3 is due to createEntityReference not adding the corresponding entity content when expandEntityReferences = true. Despite whether entity references are expanded when reading in a document, DOM manipulation after loading the document should behave consistently. Since the behavior is already in Xerces somewhere (since it passes the same tests when expandEntityReferences = false), then it is probably one conditional that needs tweaking. Would be nice to finish off 1.4.4 with these fixed. If the fix isn't obvious to someone else, I'll take a look tonight. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
