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=26219>.
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=26219

AbstractDOMTransformer dropping data





------- Additional Comments From [EMAIL PROTECTED]  2004-01-17 18:28 -------
The threads:
http://marc.theaimsgroup.com/?t=107412654800002&r=1&w=2
http://marc.theaimsgroup.com/?t=107418691000006&r=1&w=2

The bug might not be in the AbstractDOMTransformer itself as it only delegates
the SAX events to the DOMBuilder:

    public void characters(char c[], int start, int len)
            throws SAXException {
        builder.characters(c, start, len);
    }

Thanks for spotting and the testcase.

Joerg

Reply via email to