* support-test-*.cs: Rename from test-*-p2.cs.
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Nvdl / ChangeLog
1 2005-12-23  Atsushi Enomoto <atsushi@ximian.com>
2
3         * NvdlFilteredXmlReader.cs, NvdlReader.cs, NvdlStructures.cs,
4           NvdlSimplified.cs, NvdlValidator.cs:
5           Reflected the latest changes in NVDL Final Draft:
6           http://www.jtc1sc34.org/repository/0694.pdf
7           - wildcard -> wildCard
8           - renamed from "PlaceHolder" to "Placeholder"
9           - trigger/@name of NCName -> trigger/@nameList of list of NCName
10
11 2005-09-30  Atsushi Enomoto <atsushi@ximian.com>
12
13         * NvdlConfig.cs : changed mime type due to the suggestion from Makoto
14           Murata.
15
16 2005-09-30  Atsushi Enomoto <atsushi@ximian.com>
17
18         * NvdlXsdSupport.cs : related fix to r51030; XmlSchema.Read() now does
19           not consume EndElement.
20
21 2005-09-25  Atsushi Enomoto <atsushi@ximian.com>
22
23         * NvdlValidationProvider.cs : GetSchemaXmlStream() should take NVDL
24           script's base URI into account to compute the actual schema URI.
25         * NvdlRelaxngSupport.cs : ditto.
26
27 2005-09-11  Atsushi Enomoto <atsushi@ximian.com>
28
29         * NvdlCompileContext.cs : make this internal.
30         * NvdlStructures.cs : surpress default constructor.
31           Make debug stuff internal.
32
33 2005-04-11  Atsushi Enomoto <atsushi@ximian.com>
34
35         * NvdlRelaxngSupport.cs : added PlanAtt validation support.
36
37 2005-04-06  Atsushi Enomoto <atsushi@ximian.com>
38
39         * NvdlValidator.cs : fixed warning.
40
41 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
42
43         * NvdlFilteredXmlReader.cs, NvdlStructures.cs, NvdlSimplified.cs :
44           "PlaceHolderNamespace" is not proper name (for "virtualElement").
45
46 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
47
48         * NvdlBuiltInValidationProvider.cs :
49           When it is "allow", it should not always return false.
50         * NvdlFilteredXmlReader.cs :
51           Added support for PlanAtt validation.
52         * NvdlConfig.cs :
53           Removed unused code.
54         * NvdlSimplified.cs :
55           Attribute default rule is "attach", not "allow". Removed unused
56           code. Added attribute validation support.
57         * NvdlValidationProvider.cs :
58           Extended MIME type check to "*/*-xml" (not only text/xml).
59           Added CreateAttributeValidator() method for "schema rewriting for
60           attribute sections" support (FCD spec 8.7.3).
61
62 2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
63
64         * NvdlFilteredXmlReader.cs : code refactory.
65         * NvdlCompileContext.cs, NvdlConfig.cs, NvdlSimplified.cs,
66           NvdlValidatingReader.cs : Simplified objects are now all internal.
67         * NvdlValidator.cs : don't output debug.
68
69 2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
70
71         * NvdlFilteredXmlReader.cs : New file. Supports createPlaceHolder()
72           and attBubble[I].
73         * NvdlValidator.cs : support for attachPlaceHolder.
74         * NvdlSimplified.cs,
75           NvdlStructures.cs,
76           NvdlBuiltInValidationProvider.cs : renamed namespace const.
77         * NvdlValidationProvider.cs : removed extraneous debug.
78
79 2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
80
81         * NvdlStructures.cs,
82           NvdlSimplified.cs,
83           NvdlReader.cs,
84           NvdlValidatingReader.cs,
85           NvdlConfig.cs,
86           NvdlValidationProvider.cs,
87           NvdlBuiltInValidationProvider.cs,
88           NvdlRelaxngSupport.cs,
89           NvdlXsdSupport.cs,
90           NvdlException.cs,
91           NvdlValidator.cs,
92           NvdlCompileContext.cs : initial checkin.