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-24 15:35 ------- Hi, Igor, you are looking at the wrong place. I took a quick look at this bug. The problem should be in the generated bytecode for the literal element ns:tag in the "get-data" template. We currently generate a call to SerializationHanlder.startElement(String). This is wrong. We should generate a call to SerializationHanlder.startElement(String uri, String lcalName, String qname) instead, in order to pass the namespace uri to the serializer. You should not need to change any code in AdativeResultTreeImpl. The problem is in LiteralElement.translate().
