[Mono-bugs] [Bug 52729][Wis] Changed - Managed XSLT and encodings

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jan 2004 02:11:25 -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 atsushi@ximian.com.

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

--- shadow/52729	2004-01-11 11:39:05.000000000 -0500
+++ shadow/52729.tmp.366	2004-01-13 02:11:25.000000000 -0500
@@ -4,14 +4,14 @@
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: System.Drawing.
-AssignedTo: mono-bugs@ximian.com                            
+Component: Sys.XML
+AssignedTo: atsushi@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Managed XSLT and encodings
@@ -134,6 +134,10 @@
 So the workaround for this is not to use Console.Out for XSLT output 
 (specifying output file argument or Stream will work).
 
 ------- Additional Comments From gonzalo@ximian.com  2004-01-11 11:39 -------
 Yeah, but it shouldn't throw the exception. The unmanaged
 implementation worked and MS did work too.
+
+------- Additional Comments From atsushi@ximian.com  2004-01-13 02:11 -------
+Ok. Just found it is because the output is not a document entity. 
+Should be fixed.