Source: libtemplate-plugin-xml-perl Section: perl Priority: optional Build-Depends: debhelper (>= 5.0.0) Build-Depends-Indep: perl (>= 5.8.8-7), libtemplate-perl, libxml-simple-perl, libxml-libxml-perl, libxml-rss-perl, libxml-parser-perl, libxml-dom-perl Maintainer: Dominic Hargreaves Standards-Version: 3.7.3 Homepage: http://search.cpan.org/dist/Template-XML/ Package: libtemplate-plugin-xml-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libtemplate-perl (>= 2.15), libxml-simple-perl, libxml-libxml-perl, libxml-rss-perl, libxml-parser-perl, libxml-dom-perl Description: XML plugins for the Template Toolkit This package provides a number of Template Toolkit plugin modules for working with XML. . The Template::Plugin::XML module is a front-end to the various other XML plugin modules. Through this you can access XML files and directories of XML files via the Template::Plugin::XML::File and Template::Plugin::XML::Directory modules (which subclass from the Template::Plugin::File and Template::Plugin::Directory modules respectively). You can then create a Document Object Model (DOM) from an XML file (Template::Plugin::XML::DOM), examine it using XPath queries (Template::Plugin::XML::XPath), turn it into a Perl data structure (Template::Plugin::XML::Simple) or parse it as an RSS (RDF Site Summary) file.