Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0b7f094191c7413342f626602e645fb3 > files > 35

perl-XML-DTD-0.110.0-2.mga4.noarch.rpm

XML/DTD version 0.11
====================

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

To experiment with the dtdto script prior to installation, type:

   perl Makefile.PL
   make
   perl -Mblib blib/script/dtdto <arguments>

DEPENDENCIES

This module requires these other modules and libraries:

  Error
  URI::file
  LWP::Simple
  File::ShareDir
  File::ShareDir::Install
  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-2013 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

* Peter Lamb <Peter.Lamb@csiro.au> made a number of significant
  improvements, including bug fixes, more robust parsing, fetching of
  external entities, and improved entity substitution.

* Lutz Gehlen <perl@lutzgehlen.de> pointed out a serious parsing bug, 
  and suggested a number of improvements to the module documentation.

* Nathan Glenn <garfieldnate@gmail.com> helped improve the excessively 
  complicated and platform-dependent installation process in Makefile.PL.