Pakket: libxml-writer-perl (0.602-1) [universe]
Verwijzigingen voor libxml-writer-perl
Ubuntu bronnen:
Het bronpakket libxml-writer-perl downloaden:
- [libxml-writer-perl_0.602-1.dsc]
- [libxml-writer-perl_0.602.orig.tar.gz]
- [libxml-writer-perl_0.602-1.diff.gz]
Beheerder:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mailarchief)
- Niko Tyni
- gregor herrmann
- Carlo Segre
It should generally not be necessary for users to contact the original maintainer.
Vergelijkbare pakketten:
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.
Homepage: http://search.cpan.org/~josephw/XML-Writer-0.600/
Andere aan libxml-writer-perl gerelateerde pakketten
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practische Extractie en Reportage Taal