File: control

package info (click to toggle)
libxml-filter-xslt-perl 0.03-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 84 kB
  • ctags: 8
  • sloc: perl: 71; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libxml-filter-xslt-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/XML-Filter-XSLT/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-xslt-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-xslt-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libxml-libxslt-perl, libxml-libxml-perl,
 libxml-sax-perl, libxml-sax-writer-perl

Package: libxml-filter-xslt-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxslt-perl, libxml-libxml-perl
Description: Perl module for XSLT as a SAX Filter
 The XML::Filter::XSLT module implements XSLT as a SAX Filter.  At the
 moment it only uses XML::LibXSLT as an XSLT transformer, but hopefully
 others will be supported in the future (it's written with that in mind).
 .
 The beauty is you can stick other things in the transformation chain
 if you want, or you can make the writer use XML::Handler::HTMLWriter
 if you want to write out valid HTML 4.0, or you can make the
 generator something like XML::Generator::DBI.  The possibilities are
 endless.