2003-12-08 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / Mono.Xml.Schema / ChangeLog
1 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2
3         * XsdValidatingReader.cs : patch by David Sheldon. Base type's facet 
4           validation should also be done.
5
6 2003-12-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
7
8         * XsdValidatingReader.cs : FindElement() should use argument names
9           (patch by David Sheldon).  Warning elimination.
10
11 2003-10-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
12
13         * XsdValidatingReader.cs : xsi:type should be normalized. More cleanup.
14         * XsdParticleValidationState.cs : Reverted default content processing
15           to lax. It is msxsdtest/wildCard/wildG038.xsd which looks incorrect.
16
17 2003-10-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
18
19         * XsdValidatingReader.cs : Removed MonoTODO which was implemented in
20           XmlValidatingreader as a result. Added xsi:nil normalization.
21
22 2003-10-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
23
24         * XsdParticleValidationState.cs : Default content processing shoule be
25           lax.
26         * XsdValidatingReader.cs : If there is no trial to get schemas for
27           namespaces, then validation against such namespace should be failed.
28           It now uses XmlSchemaAttribute.ValidatedUse instead of .Use.
29         * XsdWildcard.cs : Fixed incorrect intersection computing.
30
31 2003-10-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
32
33         * XsdKeyTable.cs : Reduced compilation warning.
34         * XsdParticleValidationState.cs : Reduced NotImplementedException.
35         * XsdValidatingReader.cs : Removed XmlResolver. Implemented more simple
36           type validation, such as list, union and facets.
37
38 2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
39
40         * added XsdIdentityPath.cs, XsdIdentityState.cs, XsdKeyTable.cs
41           and XsdWildcard.cs.
42         * XsdParticleValidationState.cs, XsdValidatingReader.cs:
43           Completely rewrote existing validation engine.
44
45 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
46
47         * XsdValidatingReader.cs,
48           XsdParticleValidationState.cs : Initial checkin.