2003-12-20 Ben Maurer <bmaurer@users.sourceforge.net>
authorBen Maurer <benm@mono-cvs.ximian.com>
Sun, 21 Dec 2003 03:46:42 +0000 (03:46 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Sun, 21 Dec 2003 03:46:42 +0000 (03:46 -0000)
* XsltCompiledContext.cs: Remove workaround now that monodoc
is fixed.

svn path=/trunk/mcs/; revision=21394

mcs/class/System.XML/Mono.Xml.Xsl/ChangeLog
mcs/class/System.XML/Mono.Xml.Xsl/XsltCompiledContext.cs

index de2377965d68c4622e5b1d209c88ddbea33acec1..013c98cd2e0900454e919e9d48280be7ce8bb1f2 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-20 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * XsltCompiledContext.cs: Remove workaround now that monodoc
+       is fixed.
+
 2003-12-20 Atsushi Enomoto <atsushi@ximian.com>
 
        * XslStylesheet.cs : considering xsl:imports, we can't handle namespace
index e4b2fed5dda8a8150f6aff3f890121aff8819397..4389fdfa921ed80363973617c7e14b73db557a4a 100644 (file)
@@ -340,9 +340,9 @@ namespace Mono.Xml.Xsl.Functions {
 
                                return result;
                        } catch (Exception ex) {
-//                             throw new XsltException ("Custom function reported an error.", ex);
-                               Debug.WriteLine ("****** INCORRECT RESOLUTION **********");
-                               return "";
+                               throw new XsltException ("Custom function reported an error.", ex);
+//                             Debug.WriteLine ("****** INCORRECT RESOLUTION **********");
+//                             return "";
                        }
                }
        }