PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2783 *** shadow/2783 Wed Jul 25 06:03:24 2001 --- shadow/2783.tmp.2139 Wed Jul 25 06:03:25 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | XMLSerializer has incorrect handling of attributes | + +----------------------------------------------------------------------------+ + | Bug #: 2783 Product: Xerces-J | + | Status: NEW Version: 1.4.2 | + | Resolution: Platform: PC | + | Severity: Minor OS/Version: Windows NT/2K | + | Priority: Other Component: Serialization | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Among other small things, XMLSerializer will take any attribute that begins + with xmlns (even something like xmlnsfoo) and use it to create a prefix + mapping. For example, xmlnsfoo="bar" will result in the "" namespace being + mapped to the URI "bar". + + There are also instances of String addition and other little items to clean up. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
