[Mono-bugs] [Bug 51415][Nor] Changed - XslTransform will not accept null XsltArgumentList

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 01:32:11 -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 rsbarro@metaverse.cc.

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

--- shadow/51415	2003-12-03 01:28:49.000000000 -0500
+++ shadow/51415.tmp.28622	2003-12-03 01:32:11.000000000 -0500
@@ -92,6 +92,15 @@
 works fine on the MS.NET 1.1 Framework...
 
 ------- Additional Comments From rsbarro@metaverse.cc  2003-12-03 01:28 -------
 Created an attachment (id=6080)
 Test Case
 
+
+------- Additional Comments From rsbarro@metaverse.cc  2003-12-03 01:32 -------
+Here is a more well defined test case.  The problem I'm having occurs
+because I modify the contents of my XmlDocument instance using XPath
+(SelectNodes).  There is a section in the Class1.cs file in the
+attachment that processes the Xml document and adds attributes to
+certain nodes.  When this section is commented out, the code works
+fine.  When it is not, the code breaks at runtime with the exception
+noted in the first post for this bug.