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