You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Randy Waki <rw...@flipdog.com> on 2000/07/05 23:01:32 UTC

Re: Adjacent DOM Text Nodes Bug -- FIXED!

It's always possible we're doing something wrong here, but it sure looks
like the adjacent text nodes bug, while being fixed in the deferred DOM
implementation, is now present in the non-deferred implementation.

This seems to be the bug that can't be killed (it was also present in XML4J
2.0.15 from which we are currently migrating).

An XML file that exhibits the bug is:

   <doc><span>aa&amp;bb</span>cc&amp;dd</doc>

The "cc&dd" text node is the one that's incorrectly getting split.

We're using Xerces-J 1.1.2 and JDK 1.3 on Windows NT/2000.

-Randy