Author: mrglavas Revision: 709530 Modified property: svn:log Modified: svn:log at Fri Nov 7 09:05:51 2008 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Fri Nov 7 09:05:51 2008 @@ -1,8 +1,8 @@ -Fixing JIRA Issue #1334: -http://issues.apache.org/jira/browse/XERCESJ-1334 - -If the name of element in the document below the root element happens to be match the -name of the root element we were not passing this node to the acceptNode() method of -an LSParserFilter. This was occurring because we were doing the check based on the name -of the node instead of identity with the root element object. This if fixed now thanks +Fixing JIRA Issue #1334: +http://issues.apache.org/jira/browse/XERCESJ-1334 + +If the name of element in the document below the root element happens to be match the +name of the root element we were not passing this node to the acceptNode() method of +an LSParserFilter. This was occurring because we were doing the check based on the name +of the node instead of identity with the root element object. This is fixed now thanks to the patch from Arthur De Magalhaes.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
