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-01-11 16:21:19 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-01-11 16:21:19 +0300
commit68c182e20c5f648eded0c27b0b39fef28b336ac8 (patch)
treee0a8352282b19b011d9c44515a2a725ef92bdc29 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentb37f80669ce64900ac7d57edd921d05d96e3a9d7 (diff)
2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidatingReader.cs : removed unused constructors. Now it implements IXmlSchemaInfo. Use XmlSchemaType instead of Object to represent schema types. * XmlSchemaAttribute.cs, XmlSchemaElement.cs : AttributeSchemaType and ElementSchemaType were not working fine for anySimpleType. * XmlSchemaValidator.cs : When actual schema type was complex, schema types was not filled correctly. Modified some extra comments. * XmlSchemaSet.cs, XmlSchemaType.cs : removed extra MonoTODOs. svn path=/trunk/mcs/; revision=55371
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index 5bda8228106..a7074156a40 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-11 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlSchemaValidatingReader.cs : removed unused constructors.
+ Now it implements IXmlSchemaInfo. Use XmlSchemaType instead of
+ Object to represent schema types.
+
2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs :