2009-01-20 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng / ChangeLog
index b5b3b320a044e5f97870375eb4c04818daa65ede..886d449df6dfbe72a729395f3c60401a1c9c2baa 100644 (file)
@@ -1,3 +1,37 @@
+2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngReader.cs : fixed wrong text skip and ns/datatypeLibrary
+         stack pop. Fixed bug #463267.
+
+2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngGrammar.cs : fix confused use of datatype provider property.
+         Fixed bug #463264. Based on the patch by Mark Junker.
+
+2008-11-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngPattern.cs : handle inherited default namespace in compact 
+         syntax as expected.
+
+2008-08-25  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngPattern.cs : unlike "include" element, "external" element
+         was always resolved as XML syntax, and hence blocked use of
+         external element in compact syntax.
+
+2007-12-27  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngPattern.cs : (RelaxngInclude) when a relative Uri is
+         specified as its BaseUri, make it into an absolute path and
+         then resolve the URI.
+
+2007-12-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngPattern.cs : (RelaxngInclude) when it is constructed from
+         the compact syntax, resolve included file as compact syntax too.
+       * RelaxngGrammar.cs : to make above possible, add a new
+         IsSourceCompactSyntax field that is to be set in RncParser.
+
 2006-04-19  Atsushi Enomoto <atsushi@ximian.com>
 
        * RelaxngValidatingReader.cs : (.ctor) reject null pattern.