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=7368>. 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=7368 Text Nodes are split randomly ------- Additional Comments From [EMAIL PROTECTED] 2002-03-22 20:59 ------- Hm. If you're building TextImpl nodes, that means that you're outputting into a Xerces DOM, right? We use SAX internally, feeding it into a DOM builder when a DOM result is requested. Our builder is supposed to be coalescing successive calls to characters(). It may not be doing so. Sanity check: Is this happening with a "real" stylesheet, or with the default identity transform? The latter is a significantly different code path and may exhibit bugs that the main transformation engine doesn't (or vice versa).
