1dtd2xsd(1) General Commands Manual dtd2xsd(1)
2
3
4
6 dtd2xsd - XML Schema generator from XML document that contains DTD.
7
9 dtd2xsd [options] instance-xmlfile optional-xsdfile
10
12 dtd2xsd generates an XML schema document from a document type defini‐
13 tion (DTD). Right now you have to specify instance XML file that ref‐
14 erences or contains DTD. DTD itself is not readable with this tiny
15 tool.
16
17 By default, it outputs resulting XML schema to console. If optional-
18 xsdfile parameter is specified, it outputs the result to the specified
19 file.
20
22 Atsushi Enomoto <atsushi@ximian.com>
23
25 mono(1)
26
27
28
29 dtd2xsd(1)