Source: libxml-autowriter-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Section: perl Priority: optional Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-autowriter-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-autowriter-perl.git Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libxml-parser-perl Homepage: https://metacpan.org/release/XML-AutoWriter Testsuite: autopkgtest-pkg-perl Package: libxml-autowriter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libxml-parser-perl Description: Perl module to produce DOCTYPE-based XML output XML::AutoWriter provides a framework for producing DOCTYPE-based XML output. It provides several convenient ways to work with these files. XML::Doctype parses Document Type Definitions (DTDs) and allows them to be saved as Perl Module (.pm) files and loaded whenever necessary. In this way, you can package your DTDs with XML tools so that XML::Parser (libxml-parser-perl) need not be installed. XML::ValidWriter uses the XML::Doctype to enable compile- and run- time checks of XML output validity. XML::AutoWriter provides similar features to XML::ValidWriter, but also provides automatic start and end tag generation. Together, all of these modules facilitate a powerful and minimalistic method of working with XML files.