XML/DTD version 0.08 ==================== 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: Carp 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-2008 Brendt Wohlberg This library is available under the terms of the GNU General Public License (GPL), described in the GPL file included in this distribution. ACKNOWLEDGMENTS Peter Lamb made a number of significant improvements, including bug fixes, more robust parsing, fetching of external entities, and improved entity substitution.