[Mono-bugs] [Bug 51415][Nor] Changed - Adding attributes to XmlDocument breaks XSL transforms

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 02:22:51 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ginga@kit.hi-ho.ne.jp.

http://bugzilla.ximian.com/show_bug.cgi?id=51415

--- shadow/51415	2003-12-11 13:32:35.000000000 -0500
+++ shadow/51415.tmp.25803	2003-12-12 02:22:51.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 51415
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rsbarro@metaverse.cc               
 QAContact: mono-bugs@ximian.com
@@ -113,6 +113,9 @@
 complete without errors.  However, the transformation does not take
 place properly.  Only about a quarter of the XML document is
 processed, up to where the first "filename" attribute was added.  If
 the line that adds the attribute to the XmlDocument is commented out,
 the transformation works fine.  Also, if a new XmlDocument is created
 from the xml of the original XmlDocument, the transform again works fine.
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-12-12 02:22 -------
+Finally (I hope so) fixed in cvs. Thanks.