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=26319>. 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=26319 Namespaced attributes not correctly serialized [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-02-11 22:08 ------- Hi, I have fixed this bug for xsltc. I have made the following changes. If attributes are created without an explicit prefix , then NamespaceMappings.generateNextPrefix will be called to generate a prefix. Also if elements are created using createElementNS(null,localname) then they will be serialized properly without being in default namespace. I have submitted the following patches http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=10323 http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=10324 Regards, Bhakti
