2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Nvdl / ChangeLog
1 2005-04-11  Atsushi Enomoto <atsushi@ximian.com>
2
3         * NvdlRelaxngSupport.cs : added PlanAtt validation support.
4
5 2005-04-06  Atsushi Enomoto <atsushi@ximian.com>
6
7         * NvdlValidator.cs : fixed warning.
8
9 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
10
11         * NvdlFilteredXmlReader.cs, NvdlStructures.cs, NvdlSimplified.cs :
12           "PlaceHolderNamespace" is not proper name (for "virtualElement").
13
14 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
15
16         * NvdlBuiltInValidationProvider.cs :
17           When it is "allow", it should not always return false.
18         * NvdlFilteredXmlReader.cs :
19           Added support for PlanAtt validation.
20         * NvdlConfig.cs :
21           Removed unused code.
22         * NvdlSimplified.cs :
23           Attribute default rule is "attach", not "allow". Removed unused
24           code. Added attribute validation support.
25         * NvdlValidationProvider.cs :
26           Extended MIME type check to "*/*-xml" (not only text/xml).
27           Added CreateAttributeValidator() method for "schema rewriting for
28           attribute sections" support (FCD spec 8.7.3).
29
30 2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
31
32         * NvdlFilteredXmlReader.cs : code refactory.
33         * NvdlCompileContext.cs, NvdlConfig.cs, NvdlSimplified.cs,
34           NvdlValidatingReader.cs : Simplified objects are now all internal.
35         * NvdlValidator.cs : don't output debug.
36
37 2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
38
39         * NvdlFilteredXmlReader.cs : New file. Supports createPlaceHolder()
40           and attBubble[I].
41         * NvdlValidator.cs : support for attachPlaceHolder.
42         * NvdlSimplified.cs,
43           NvdlStructures.cs,
44           NvdlBuiltInValidationProvider.cs : renamed namespace const.
45         * NvdlValidationProvider.cs : removed extraneous debug.
46
47 2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
48
49         * NvdlStructures.cs,
50           NvdlSimplified.cs,
51           NvdlReader.cs,
52           NvdlValidatingReader.cs,
53           NvdlConfig.cs,
54           NvdlValidationProvider.cs,
55           NvdlBuiltInValidationProvider.cs,
56           NvdlRelaxngSupport.cs,
57           NvdlXsdSupport.cs,
58           NvdlException.cs,
59           NvdlValidator.cs,
60           NvdlCompileContext.cs : initial checkin.