DragonFly On-Line Manual Pages

Search: Section:  


DTDDIFF2HTML(1)       User Contributed Perl Documentation      DTDDIFF2HTML(1)

NAME

dtddiff2html - Convert DTD difference to HTML.

SYNOPSIS

dtddiff parsed-dtd1.xml parsed-dtd2.xml > dtd-diff.txt dtddiff2html dtd-diff.txt > dtd-diff.html dtddiff parsed-dtd1.xml parsed-dtd2.xml | dtddiff2html > dtd-diff.html

DESCRIPTION

dtddiff2html converts the diff-style output of dtddiff into HTML. The HTML created basically provides color-highlighting of the diff output.

OPTIONS

--version Print version and synopsis. --help Print synopsis and options available. --man Print manual page.

SEE ALSO

dtddiff See SGML::DTDParse for an overview of the DTDParse package.

PREREQUISITES

Getopt::Long

AVAILABILITY

<http://dtdparse.sourceforge.net/>

AUTHORS

Earl Hood, <earl@earlhood.com>

COPYRIGHT AND LICENSE

See SGML::DTDParse for copyright and license information. perl v5.20.2 2005-07-16 DTDDIFF2HTML(1)

Search: Section: