This package consists of the XML::DTD Perl module as well as supporting modules, and the dtdto script which makes use of the module to parse a DTD and construct an XML representation, from which DTD documentation may be generated in HTML or Docbook formats by the included XSL transforms.
There should be no machine dependencies as the module is written purely in Perl.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Error
URI::file
LWP::Simple
Getopt::Long (used by the dtdto script)
File::Temp (used by the dtdto script)
libxml/libxslt (used by the dtdto script)
COPYRIGHT AND LICENCE
Copyright (C) 2004-2010 Brendt Wohlberg <wohl@cpan.org>
This library is available under the terms of the GNU General Public License (GPL), described in the GPL file included in this distribution.
ACKNOWLEDGMENTS