2005-11-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
index e613a6aa11e7f67f37e366679d59a30eac917fd3..c6a8dde81fdb5411c5b14cc9f4e2972a36a0b44b 100644 (file)
@@ -1,3 +1,51 @@
+2005-11-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslCompiledContext.cs : since XsltContextInfo is struct, having
+         an array of this type and setting fields of each struct didn't
+         make sense. It thus blocked expected PreserveWhitespace behavior.
+
+2005-10-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : (FromString(s, hashtable)) pull default namespace
+         from the table for LRE (don't consider it as ""; spec. 7.1.2)
+         Fixed bug #76530.
+
+2005-09-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ScriptCompilerInfo.cs : Compile correct replacement result.
+         Fixed bug #76116.
+
+2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : (Compile) check children only when it is the document
+         element. Fixed bug #76046.
+
+2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ScriptCompilerInfo.cs : It should not be "#line" when the source is
+         not C#. It should fix bug #75789.
+
+2005-08-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslKey.cs : Fixed match pattern in xsl:key to check attribute nodes.
+         To minimize attribute iteration, use Pattern.EvaluatedNodeType.
+         Fixed bug #75709.
+
+2005-07-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslFunctions.cs : XslTransform recovers from errors on document
+         resolution. Fixed bug #75663.
+
+2005-06-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HtmlEmitter.cs : Boolean attribute values should be omitted, but
+         only for related elements.
+
+2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MSXslScriptManager.cs : it should ignore compiler warnings. This
+         fixes bug #74859.
+
 2005-04-07  Andrew Skiba  <andrews@mainsoft.com>
 
        * XslDecimalFormat.jvm.cs : added