[Mono-bugs] [Bug 52729][Wis] Changed - Managed XSLT rejects direct text and/or multiple root element

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 15:04:56 -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-13 02:11:25.000000000 -0500
+++ shadow/52729.tmp.16713	2004-01-14 15:04:56.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 52729
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.XML
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Managed XSLT and encodings
+Summary: Managed XSLT rejects direct text and/or multiple root element
 OtherBugsDependingOnThis: 52604[FIXED]
 
 Apply the transform to the xml file (attached):
 (MONO_UNMANAGED_XSLT is not exported)
 
 mono mono/doc/web/transform.exe encoding.xml encoding.xsl
@@ -138,6 +138,9 @@
 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.
+
+------- Additional Comments From atsushi@ximian.com  2004-01-14 15:04 -------
+Fixed in cvs. Thanks.