2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / tools / mono-xmltool / ChangeLog
blobd8190ca3e3f496e232b324d62ffdc6afce30c894
1 2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
3         * xmltool.cs: added --validate-xsd2 option to validate with xsd
4           but with new validator in 2.0.
6 2009-02-23  Atsushi Enomoto  <atsushi@ximian.com>
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.
12 2009-02-19  Atsushi Enomoto  <atsushi@ximian.com>
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.
18 2007-12-27  Atsushi Enomoto  <atsushi@ximian.com>
20         * xmltool.cs : use absolute path as the base uri for *.rnc.
22 2006-11-07  Atsushi Enomoto  <atsushi@ximian.com>
24         * xmltool.cs : compile schema to validate the schema itself. It is
25           useful when there is no instance document to valiate.
27 2006-09-06  Andrew Skiba  <andrews@mainsoft.com>
29         * XmlTool20.csproj, XmlTool20.sln: added solution for Net 2.0
31 2006-09-06  Andrew Skiba  <andrews@mainsoft.com>
33         * xmltool.cs: ifdef MSNET for mono-specific references
35 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
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.
43 2006-03-19 Boris Kirzner <borisk@mainsoft.com>
44         * nunit_transform.xslt: fixes to nunit results xslt transform
46 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
48         * xmltool.cs : Optional 3rd. argument to --transform is now output
49           filename.
51 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
53         * xmltool.cs : handle multiple input files. Thanks to Alp for the hint.
55 2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>
57         * xmltool.cs :
58           Added --prettyprint support.
59           All warning/error messages are now written on stderr.
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.
67 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
69         * xmltool.cs : actually environment variable was not handled.
71 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
73         * xmltool.cs, Makefile, mono-xmltool.exe.sources : new files.