a2e4a128b6
- add WWW
10 lines
458 B
Text
10 lines
458 B
Text
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: http://search.cpan.org/dist/XML-Writer/
|
|
-Adam
|
|
<adam@herzogdesigns.com>
|