2005-11-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
index f342143179c76c8b3bcd47c6fbd195c395a00aa3..c6a8dde81fdb5411c5b14cc9f4e2972a36a0b44b 100644 (file)
@@ -1,3 +1,20 @@
+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