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=1405>. 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=1405 Extension function can not return the same Node object ------- Additional Comments From [EMAIL PROTECTED] 2001-10-05 12:08 ------- Joe, This problem only existed in the version of Xalan prior to the DTM enhancements which I beleive is currently unsupported. Reusing the same menory in the DTM model is working fine. As for the prior problem it was not specifically DOM, it was an internal issue with Xalan since a DOM tree was never created. It was more of a DOM/SAX model where Node were created on the fly. The node data was never backed up with a real DOM model, it was just a simple linked list. I vote we just drop it because it is a non issue with Xalan 2.2.x
