wok view perl-xml-writer/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 XML::Writer is a helper module for Perl programs that write an XML document.
2 The module handles all escaping for attribute values and character data and
3 constructs different types of markup, such as tags, comments, and processing
4 instructions.
6 By default, the module performs several well-formedness checks to catch
7 errors during output.
8 This behaviour can be extremely useful during development and debugging,
9 but it can be turned off for production-grade code.
11 The module can operate either in regular mode in or Namespace processing mode.
12 In Namespace mode, the module will generate Namespace Declarations itself,
13 and will perform additional checks on the output.
15 Additional support is available for a simplified data mode with no mixed
16 content: newlines are automatically inserted around elements and elements
17 can optionally be indented based as their nesting level.