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