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 ------- Additional Comments From [EMAIL PROTECTED] 2004-02-23 15:54 ------- Thanks Joe for pointing it out. According to DOM 2, 1.1.8 XML namespaces (http://www.w3.org/TR/DOM-Level-2-Core/core.html#Namespaces-Considerations), we should not mix both DOM level 1 methods and DOM level 2 methods. I agree with Joe's suggestion that we always use setAttributeNS() method and pass null as its namespace for non-namespaced nodes.
