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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 09:45:09 -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=43693

--- shadow/43693	Tue May 27 08:41:21 2003
+++ shadow/43693.tmp.24956	Tue May 27 09:45:09 2003
@@ -81,6 +81,19 @@
 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.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-27 09:45 -------
+<<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.>>
+
+I realize it does not *break* the api. However, on MS.NET, you will 
+not be able to run programs that are compiled with your extension. To 
+put it another way, the programs that will run on mono will be a 
+*superset* of those that will run on ms.net. We want the set to be 
+the same, as much as possible.
+
+I do not feel comfortable checking in this code until it has the 
+NUnit tests and until those compile.