X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FCommons.Xml.Relaxng%2FCommons.Xml.Relaxng.Rnc%2FChangeLog;h=eda032e1ae6946a59529f8e4e8839dca2c294706;hb=0bc2c5b8a4359e113a1a185d57c8e1fa6369226f;hp=a31ec969c6ac01233bb2e618af6f03d1ac65036e;hpb=4eb352bcb3ef7a71dc9ab62c5cd2d5e7598619f7;p=mono.git diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Rnc/ChangeLog b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Rnc/ChangeLog index a31ec969c6a..eda032e1ae6 100644 --- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Rnc/ChangeLog +++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Rnc/ChangeLog @@ -1,3 +1,21 @@ +2008-11-11 Atsushi Enomoto + + * RncParser.jay : handle inherited default namespace as expected. + This should fix HTML5 compact syntax grammar. + +2007-12-27 Atsushi Enomoto + + * RncParser.jay, RncTokenizer.cs : some changes to fill element + locations in *.rnc. To make it possible, added some overrides to + pass BaseUri to Parse() and ParseRnc(). + Allow null nameTable (just create a new instance). + +2007-12-17 Atsushi Enomoto + + * RncParser.jay : if the parsed pattern is grammar, set + IsSourceCompactSyntax so that "include" pattern is resolved to + parse compact syntax, not xml syntax. + 2006-04-04 Atsushi Enomoto * RncParser.jay : handle "nested" annotations as well. This fixes