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=23848>. 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=23848 NullPointerException with large merges ------- Additional Comments From [EMAIL PROTECTED] 2003-10-15 20:19 ------- I believe the current version of XSLTC does have some document size limits -- if I remember correctly, the simplified DTMManager it uses doesn't understand how to do "overflow addressing" to handle the case where a document contains more than 2**16 nodes. The best short-term workaround may be to switch back to interpretive Xalan, or to hand-code a SAX-based merge tool.
