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

dtddiff2html - Convert DTD difference to HTML.

Authors

       Earl Hood, <earl@earlhood.com>

Availability

Description

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

Name

       dtddiff2html - Convert DTD difference to HTML.

Options

       --version
           Print version and synopsis.

       --help
           Print synopsis and options available.

       --man
           Print manual page.

Prerequisites

Getopt::Long

See Also

       dtddiff

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

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

See Also