[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Nvdl / ChangeLog
index e26dbc9bc42a3d5e65235237bc2cd693740bacf9..014161df10069200217f2e7e755799df0ea33406 100644 (file)
@@ -1,3 +1,19 @@
+2007-12-27  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NvdlRelaxngSupport.cs : pass baseUri to RncParser.
+
+2006-04-19  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NvdlFilteredXmlReader.cs :
+         Made placeholder element as "empty" i.e. IsEmptyElement = true.
+         As long as it is at placeholder state, it keeps being placeholder
+         empty element until DetachPlaceholder() is explicitly called. It
+         makes this reader simpler.
+       * NvdlValidator.cs : (NvdlResultInterp) for AttachPlaceHolder it does
+         not have to do anything other than AttachPlaceholder().
+         (NvdlValidateInterp) Now that placeholder becomes an empty element
+         it does not have to validate content anymore at DetachPlaceholder().
+
 2006-04-19  Atsushi Enomoto <atsushi@ximian.com>
 
        * NvdlReader.cs, NvdlFilteredXmlReader.cs :