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
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-02-23 14:24 -------
Note: WE SHOULD NEVER BE USING THE NON-NAMESPACE SET-ATTRIBUTE CALL. It is
deprecated as of DOM Level 2 ***EXCEPT*** for backward-compatabilty with level-1
DOMs, since it is not fully interoperable with a Level 2 DOM. See much
discussion on the W3C's DOM mailing lists and in Xerces' support lists.

I strongly suggest changing the fix to *always* use  setAttributeNS(), and
simply pass null as its namespace for non-namespaced nodes.

Reply via email to