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=24793>. 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=24793 Xalan 2.5.2 XSLTC: <xsl:copy-of> loses both ATTRIBUTES & NAMESPACES ------- Additional Comments From [EMAIL PROTECTED] 2004-02-23 22:34 ------- This is a symptom of a serious problems we have in AdaptiveResultTreeImp. AdaptiveResultTreeImpl is subclass of SerializationHandler and a wrapper to DOM. The problem is that AdaptiveResultTreeImpl called instead of a “real” serializer (a subclass of SerializerBase). A “real” serializer is missing in this logic. It is of course faster (just because of skipping serializer step). Henry helped me in understanding the AdaptiveResultTreeImp rational. The main idea for solving the problem would be to change “Serialization” methods so that we call “real” serializer methods if SimpleResultTreeImpl method cannot be used. Currently we are calling corresponding SAXImpl methods basically skipping serialization code. I think we could have some performance impact (I hope minor).
