logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dtd2xsd - XML Schema generator from XML document that contains DTD.

Author

       Atsushi Enomoto <atsushi@ximian.com>

Description

       dtd2xsd  generates  an  XML schema document from a document type definition (DTD).  Right now you have to
       specify instance XML file that references or contains DTD. DTD itself is  not  readable  with  this  tiny
       tool.

       By  default,  it  outputs resulting XML schema to console. If optional-xsdfile parameter is specified, it
       outputs the result to the specified file.

Name

       dtd2xsd - XML Schema generator from XML document that contains DTD.

See Also

mono(1)

                                                                                                      dtd2xsd(1)

Synopsis

dtd2xsd [options] instance-xmlfileoptional-xsdfile

See Also