Fixed.
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng / ChangeLog
index 34e46f0e8a3c5e08e4d973b8047927ceb4595ccf..ccfa713b5f4f6c0f33e520d862859d99aec4568a 100644 (file)
@@ -1,3 +1,19 @@
+2010-06-25  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngReader.cs : don't use Name, use LocalName. Fixed bug #617264.
+
+2009-02-23  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngValidatingReader.cs : implemented error recovery feature.
+         Use InvalidNodeFound event (of type RelaxngValidationEventHandler)
+         to handle validation error like ValidationEventHandler in
+         System.Xml.XmlSchema.
+
+2009-02-19  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XsdDatatypeProvider.cs : detect grammar-level error in type usage
+         at compile time.
+
 2009-02-17  Atsushi Enomoto <atsushi@ximian.com>
 
        * XsdDatatypeProvider.cs : workaround .NET/Mono Regex bug that