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=26697>. 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=26697 Java extension functions in XSLTC returning NodeList causes exception on xsl:copy-of [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2004-02-16 16:03 ------- It is a bug in the copyNodes method, which is used when conver a NodeList to an internal DOM iterator. The old code used setAttribute method, which lost the namespaceURI info. According to the javadoc for DOM api, "To set an attribute with a qualified name and namespace URI, use the setAttributeNS method.".
