File: control

package info (click to toggle)
libxml-xslt-perl 0.40-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,172 kB
  • ctags: 103
  • sloc: xml: 10,144; perl: 2,000; makefile: 34
file content (17 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libxml-xslt-perl
Section: interpreters
Priority: optional
Maintainer: Ardo van Rangelrooij <ardo@debian.org>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper (>= 3.0.18), perl, libhtml-clean-perl, libtest-simple-perl, liburi-perl, libwww-perl, libxml-dom-perl

Package: libxml-xslt-perl
Section: interpreters
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libhtml-clean-perl, liburi-perl, libwww-perl, libxml-dom-perl
Description: Perl module for processing XSLT
 This module parses XSL Transformational sheets.  For a description of
 the XSLT, see http://www.w3.org/TR/xslt.  Currently, it uses
 XML::Parser and XML::DOM, but an effort is being made to use
 XML::XPath.