File: control

package info (click to toggle)
libxml-filter-xslt-perl 0.03-7.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 60 kB
  • ctags: 12
  • sloc: perl: 72; makefile: 43
file content (22 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libxml-filter-xslt-perl
Section: perl
Priority: optional
Maintainer: Florian Ragwitz <rafl@debian.org>
Standards-Version: 3.6.2
Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl

Package: libxml-filter-xslt-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl
Description: Perl module for XSLT as a SAX Filter
 This module implements XSLT as a SAX Filter.  At the moment it only
 uses XML::LibXSLT as an XSLT transformer, but hopefully in the future
 we can support others too (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.