mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
381 B
Plaintext
7 lines
381 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.
|