Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / dtd2xsd.1
1 .TH "dtd2xsd" 1
2 .SH NAME
3 dtd2xsd \- XML Schema generator from XML document that contains DTD.
4 .SH SYNOPSIS
5 .B dtd2xsd
6 [options]
7 .I instance-xmlfile
8 .I optional-xsdfile
9 .SH DESCRIPTION
10 dtd2xsd generates an XML schema document from a document type definition (DTD).
11 Right now you have to specify instance XML file that references or contains
12 DTD. DTD itself is not readable with this tiny tool.
13 .PP
14 By default, it outputs resulting XML schema to console. If optional-xsdfile
15 parameter is specified, it outputs the result to the specified file.
16 .SH AUTHOR
17 Atsushi Enomoto <atsushi@ximian.com>
18 .SH SEE ALSO
19 mono(1)