[Mono-bugs] [Bug 43693][Wis] Changed - XslTransformation extension objects
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 00:12:44 -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 Mon May 26 22:49:09 2003
+++ shadow/43693.tmp.6285 Tue May 27 00:12:44 2003
@@ -2,21 +2,20 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: tauberer@for.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: XslTransformation extension objects
XSLT extension objects are as yet unimplemented. Attached to this, if I
can figure out how to do that, is a patch to implement them.
The patch modifies mcs/class/System.XML/System.Xml.Xsl/XslTransform.cs
@@ -46,6 +45,23 @@
- Joshua Tauberer (tauberer@for.net)
------- Additional Comments From tauberer@for.net 2003-05-26 22:49 -------
Created an attachment (id=4469)
XslTransform.cs patch to implement extension objects
+
+------- Additional Comments From bmaurer@users.sf.net 2003-05-27 00:12 -------
+I think that some people with experience in the area need to take a
+look at this (/me eyes Gonzalo). With all these pointers flying
+around, there is nothing like a code review.
+
+Also, I do not think the static function stuff is important enough to
+justify breaking the .NET API. It is not that hard to creat your own
+wrappers.
+
+About the ArrayList thingy, what does Microsoft do?
+
+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.