File: control

package info (click to toggle)
libxml-writer-perl 0.531-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 39
  • sloc: perl: 1,789; makefile: 39
file content (32 lines) | stat: -rw-r--r-- 1,241 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
27
28
29
30
31
32
Source: libxml-writer-perl
Section: perl
Priority: optional
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>= 4.1), perl

Package: libxml-writer-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}
Description: Perl module for writing XML documents
 XML::Writer is a helper module for Perl programs that write an XML
 document.  The module handles all escaping for attribute values and
 character data and constructs different types of markup, such as
 tags, comments, and processing instructions.
 .
 By default, the module performs several well-formedness checks to
 catch errors during output.  This behaviour can be extremely useful
 during development and debugging, but it can be turned off for
 production-grade code.
 .
 The module can operate either in regular mode in or Namespace
 processing mode.  In Namespace mode, the module will generate
 Namespace Declarations itself, and will perform additional checks on
 the output.
 .
 Additional support is available for a simplified data mode with no
 mixed content: newlines are automatically inserted around elements
 and elements can optionally be indented based as their nesting
 level.