DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20722>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20722 DOMBuilderFilter.acceptNode is being called twice on same Node Summary: DOMBuilderFilter.acceptNode is being called twice on same Node Product: Xerces2-J Version: 2.4.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] For some Node the DOMBuilderFilter.acceptNode method will be called twice. This happens if DOMBuilderFilter functionality is turned on (obvously) by setting a Filter. This Bug appears when in the Document when ther is a text node and a comment the only two childs of a Element, for example: <span>text<!-- mycomment--></span> The bus is pretty obvious if you look at the patch I am sending shortly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]