[Mono-bugs] [Bug 43693][Wis] Changed - XslTransformation extension objects

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 08:41:21 -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 tauberer@for.net.

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

--- shadow/43693	Tue May 27 00:12:44 2003
+++ shadow/43693.tmp.11359	Tue May 27 08:41:21 2003
@@ -62,6 +62,25 @@
 
 I would also be interested to see the code that did things like
 double-->decimal automatically. I also think there need to be some
 NUnit tests for this. Can you write those?
 
 Overall, however, this is a very exciting patch.
+
+------- Additional Comments From tauberer@for.net  2003-05-27 08:41 -------
+<<Also, I do not think the static function stuff is important enough
+to justify breaking the .NET API.>>
+
+It doesn't actually break the API because you have to pass an object
+of a certain type which is not available on MS .NET anyway.
+
+<< About the ArrayList thingy, what does Microsoft do? >>
+
+Haven't had time to check.
+
+<< I also think there need to be some NUnit tests for this. Can you
+write those? >>
+
+I tried but wasn't able to get the current XML test to compile.  I
+don't think I'm going to have time to work more on this patch in the
+near future, since I need to go back to the reason I wrote this -
+monodoc - when I get the chance.