mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
427 B
Plaintext
9 lines
427 B
Plaintext
XML::Writer is a simple Perl module for writing XML documents: it
|
|
takes care of constructing markup and escaping data correctly, and by
|
|
default, it also performs a significant amount of well-formedness
|
|
checking on the output, to make certain (for example) that start and
|
|
end tags match, that there is exactly one document element, and that
|
|
there are not duplicate attribute names.
|
|
|
|
WWW: https://metacpan.org/release/XML-Writer
|