[Mono-bugs] [Bug 47854][Cri] Changed - Xsl broken when loading from a XmlDocument or XmlTextReader
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Aug 2003 15:01:02 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47854
--- shadow/47854 2003-08-24 14:44:17.000000000 -0400
+++ shadow/47854.tmp.2452 2003-08-24 15:01:02.000000000 -0400
@@ -11,12 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Xsl broken when loading from a XmlDocument or XmlTextReader
+BugsThisDependsOn: 47855
Get the attachments, compile and run this program:
---
using System;
using System.Xml;
using System.Xml.Xsl;
@@ -78,6 +79,9 @@
static void Main ()
{
System.Xml.Xsl.XslTransform tr = new System.Xml.Xsl.XslTransform ();
tr.Load ((System.Xml.XmlDocument)null);
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-08-24 15:01 -------
+Turns out this is an mcs bug.