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>2004-12-15 16:58:32 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-12-15 16:58:32 +0300
commit103fb0642d4ec6d97a01bf6382f3923e0c8f57f1 (patch)
tree53578aa5d578c4d347555d8fb50debe3e72ba149 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentb4d8bb72e51e2000e26e8736ab5bbecb3c108dd8 (diff)
2004-12-15 Atsushi Enomoto <atsushi@ximian.com>
* xsdtest.cs : added --v2 option that uses XmlReader.Create() instead of XmlValidatingReader. * XmlFilterReader.cs : don't expect XmlReaderSettings of its source. * XmlSchemaValidatingReader.cs : xsi:* attributes are now handled via XmlSchemaValidator.ValidateElement(). Removed some obsolete overrides. * XmlReader.cs : Create() should assure NameTable!=null on creating XmlTextReader. Now use XmlSchemaValidatingReader for all xsd validation. * XmlTextReader2.cs : Don't use input reader's Settings. It is null. * XmlReaderSettings.cs : added XmlResolver. * XmlSchemaSet.cs : set default resolver. Clear components before recompilation. * XmlSchemaValidator.cs : SourceUri is System.Uri. GetUnspecifiedDefaultAttributes() is allowed only when it is inside start tag. Added AddSchema(). Added duplicate attribute check. Added ValidateElement() that takes xsi:* parameters. (http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackId=7fc38ea1-c306-4fb7-8631-0e174b0ff3c6) HandleXsiNil() now just takes string parameter. svn path=/trunk/mcs/; revision=37782
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 7c740b94fc8..b4489d424fe 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,9 @@
+2004-12-15 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlSchemaValidatingReader.cs : xsi:* attributes are now handled via
+ XmlSchemaValidator.ValidateElement().
+ Removed some obsolete overrides.
+
2004-12-14 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidatingReader.cs : new file; another XmlReader