[Mono-bugs] [Bug 70841][Nor] Changed - mono-ecma.xsl transformation results in XsltException under MS.NET (CAS matter)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 14:02:36 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70841
--- shadow/70841 2004-12-29 03:10:36.000000000 -0500
+++ shadow/70841.tmp.3568 2004-12-30 14:02:36.000000000 -0500
@@ -3,20 +3,19 @@
Version: 1.0
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: Sys.XML
AssignedTo: atsushi@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mono-ecma.xsl transformation results in XsltException under MS.NET (CAS matter)
running monodoc's EcmaHelpSource.Htmlize() under MS.NET results in an
exception with related to handling extension object, while Mono does not
(not sure if it is mono bug right now).
@@ -70,6 +69,13 @@
Additional Information:
The repro I get is from paco, not available right now.
------- Additional Comments From atsushi@ximian.com 2004-12-29 02:42 -------
It looks like CAS matter == wait for CAS implementation.
+
+------- Additional Comments From miguel@ximian.com 2004-12-30 14:02 -------
+This seems like a bug in our code, it happens to work now because
+we do no checks, but we probably will need to work around this.
+
+Sebastien probably can shed more light into this problem, regarding
+what is the right path for this code.