d8190ca3e3f496e232b324d62ffdc6afce30c894
[mono.git] / mcs / tools / mono-xmltool / ChangeLog
1 2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * xmltool.cs: added --validate-xsd2 option to validate with xsd
4           but with new validator in 2.0.
5
6 2009-02-23  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * xmltool.cs : Enabled new error recovery feature in RELAX NG
9           validation. It should continue error reporting until the end of
10           the document.
11
12 2009-02-19  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * xmltool.cs : call Compile() and detect relax ng grammar error
15           so that it could detect grammar sanity when there is no instance
16           to be validated.
17
18 2007-12-27  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * xmltool.cs : use absolute path as the base uri for *.rnc.
21
22 2006-11-07  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * xmltool.cs : compile schema to validate the schema itself. It is
25           useful when there is no instance document to valiate.
26
27 2006-09-06  Andrew Skiba  <andrews@mainsoft.com>
28
29         * XmlTool20.csproj, XmlTool20.sln: added solution for Net 2.0
30
31 2006-09-06  Andrew Skiba  <andrews@mainsoft.com>
32
33         * xmltool.cs: ifdef MSNET for mono-specific references
34
35 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * xmltool.cs :
38           Added --validate-dtd (explicit DTD validation)
39           --transform should use TextWriter output directly so that it can
40           handle html output.
41           IndexOutOfRange fix for --prettyprint args.
42
43 2006-03-19 Boris Kirzner <borisk@mainsoft.com>
44         * nunit_transform.xslt: fixes to nunit results xslt transform
45
46 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * xmltool.cs : Optional 3rd. argument to --transform is now output
49           filename.
50
51 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * xmltool.cs : handle multiple input files. Thanks to Alp for the hint.
54
55 2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * xmltool.cs :
58           Added --prettyprint support.
59           All warning/error messages are now written on stderr.
60
61 2006-01-30 Boris Kirzner <borisk@mainsoft.com>
62         * xmltool.cs: added #ifdef for features not supported in TARGET_JVM.
63         * XmlTool.sln, XmlTool.vmwcsproj: added project and solution files 
64         for TARGET_JVM. 
65         * nunit_transform.xslt: added xsl transformation for nunit tests.
66
67 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * xmltool.cs : actually environment variable was not handled.
70
71 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.