2003-10-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 23 Oct 2003 16:02:08 +0000 (16:02 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 23 Oct 2003 16:02:08 +0000 (16:02 -0000)
commitad61e1376b175b8a410b9a96e8224c4f1dc46be7
treed871f42ba89656680b6d3e616705ba44395983c6
parent3131a7917e2476693e3002ccb6088cd26dced784
2003-10-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XsdParticleValidationState.cs : Default content processing shoule be
  lax.
* XsdValidatingReader.cs : If there is no trial to get schemas for
  namespaces, then validation against such namespace should be failed.
  It now uses XmlSchemaAttribute.ValidatedUse instead of .Use.
* XsdWildcard.cs : Fixed incorrect intersection computing.

svn path=/trunk/mcs/; revision=19348
mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
mcs/class/System.XML/Mono.Xml.Schema/XsdParticleValidationState.cs
mcs/class/System.XML/Mono.Xml.Schema/XsdValidatingReader.cs
mcs/class/System.XML/Mono.Xml.Schema/XsdWildcard.cs