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