http://bugzilla.novell.com/show_bug.cgi?id=560946
http://bugzilla.novell.com/show_bug.cgi?id=560946#c5 Atsushi Enomoto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #5 from Atsushi Enomoto <[email protected]> 2009-12-11 08:05:39 UTC --- This is *the* correct, standard conformant behavior as explicitly documented at "setNamedItem" section in http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1780488922 <quote>INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an attribute of another Element object. The DOM user must explicitly clone Attr nodes to re-use them in other elements.</quote> XmlAttributeCollection.Add(), mentioned here, is just a wrapper for XmlNamedNodeMap.SetNamedItem(). You should report Microsoft to fix their bug instead. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
