Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-02-20 21:48:47 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-02-20 21:48:47 +0300
commit720f62defa2eaac39e3e001138ef506c4e66c529 (patch)
treeb269e5f3b38ca27bfe4ecbccde1e657129cf3513 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentd8d00378cf302cbc2134b949b724fb15d947ec20 (diff)
2006-02-20 Atsushi Enomoto <atsushi@ximian.com>
* DTDValidatingReader2.cs : added Source XmlReader property for XsdValidatingReader use (see XsdValidatingReader change as well). * XsdValidatingReader.cs : when DTD did not appear in DTDValidatingReader, it almost makes no sense to use it, so just use its internal EntityResolvingXmlReader (it is required to detect "undeclared entity in use" well-formedness violation). It could double processing speed (or more). svn path=/trunk/mcs/; revision=57077
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index 270f7f81d96..c36b4efe2a5 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-20 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdValidatingReader.cs : when DTD did not appear in
+ DTDValidatingReader, it almost makes no sense to use it, so just
+ use its internal EntityResolvingXmlReader (it is required to
+ detect "undeclared entity in use" well-formedness violation).
+ It could double processing speed (or more).
+
2006-01-13 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : whitespace nodes should be allowed inside