[Mono-bugs] [Bug 46282][Nor] Changed - Xslt processor expects ArrayList parameter when calling extension object method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 6 Sep 2003 16:50:42 -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 bmaurer@users.sf.net.

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

--- shadow/46282	2003-07-13 23:56:49.000000000 -0400
+++ shadow/46282.tmp.32210	2003-09-06 16:50:41.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 46282
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jc@manoli.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -163,6 +163,9 @@
 		public string ProcessThis(string name)
 		{
 			return "@name=" + name;
 		}
 	}
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2003-09-06 16:50 -------
+This is a limitation of unmanaged xslt, managed has fixed this