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