[Mono-bugs] [Bug 51415][Nor] Changed - XslTransform will not accept null XsltArgumentList
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Nov 2003 22:51:26 -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-11-25 22:49:45.000000000 -0500
+++ shadow/51415.tmp.22937 2003-11-25 22:51:26.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 51415
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: rsbarro@metaverse.cc
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -78,6 +78,15 @@
--- End of inner exception stack trace ---
------- Additional Comments From rsbarro@metaverse.cc 2003-11-25 22:49 -------
Created an attachment (id=6018)
Test XML and XSLT files...
+
+------- Additional Comments From rsbarro@metaverse.cc 2003-11-25 22:51 -------
+Incidentally, the same exception is also raised when the following
+statement is used to perform an Xsl transform...
+
+xslt.Transform(xmlDoc, new XsltArgumentList(), sw);
+
+Perhaps there is something else going on here...? Again, my code
+works fine on the MS.NET 1.1 Framework...