X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FCommons.Xml.Relaxng%2FCommons.Xml.Relaxng%2FChangeLog;h=ccfa713b5f4f6c0f33e520d862859d99aec4568a;hb=a4d24d94bacfa0a9baa87ad82cc39a601e5ce937;hp=b72c47bd381419a34858af3b601f74e71724bdc8;hpb=c7166273ee53fb2f1751e6714fb60b66aa579e2d;p=mono.git diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/ChangeLog b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/ChangeLog index b72c47bd381..ccfa713b5f4 100644 --- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/ChangeLog +++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/ChangeLog @@ -1,3 +1,51 @@ +2010-06-25 Atsushi Enomoto + + * RelaxngReader.cs : don't use Name, use LocalName. Fixed bug #617264. + +2009-02-23 Atsushi Enomoto + + * 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 + + * XsdDatatypeProvider.cs : detect grammar-level error in type usage + at compile time. + +2009-02-17 Atsushi Enomoto + + * XsdDatatypeProvider.cs : workaround .NET/Mono Regex bug that + does not handle \p{Latin-1Supplement} to work with OOXML grammar. + +2009-01-20 Atsushi Enomoto + + * RelaxngReader.cs : fixed wrong text skip and ns/datatypeLibrary + stack pop. Fixed bug #463267. + +2009-01-20 Atsushi Enomoto + + * RelaxngGrammar.cs : fix confused use of datatype provider property. + Fixed bug #463264. Based on the patch by Mark Junker. + +2008-11-11 Atsushi Enomoto + + * RelaxngPattern.cs : handle inherited default namespace in compact + syntax as expected. + +2008-08-25 Atsushi Enomoto + + * 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 + + * 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 * RelaxngPattern.cs : (RelaxngInclude) when it is constructed from