cvs commit: xml-xerces/java/src/org/apache/xerces/dom DocumentFragmentImpl.java ElementImpl.java AttrImpl.java

2004-05-27 Thread mrglavas
mrglavas2004/05/27 19:43:35 Modified:java/src/org/apache/xerces/dom DocumentFragmentImpl.java ElementImpl.java AttrImpl.java Log: Fixing Jira Bug #966: http://nagoya.apache.org/jira/browse/XERCESJ-966 We weren't checking if the nodeValue for the text

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DocumentFragmentImpl.java

2003-02-11 Thread neilg
neilg 2003/02/11 14:20:33 Modified:java/src/org/apache/xerces/dom DocumentFragmentImpl.java Log: when the normalize() method is invoked on a DocumentFragment object, Text/CDATA nodes must be coalesced just as they are with Elements. Revision ChangesPath 1.11 +49 -