xml-writer: XML-Writer xml-writer: xml-writer: XML::Writer is a simple Perl module for writing XML documents: it xml-writer: takes care of constructing markup and escaping data correctly, and xml-writer: by default, it also performs a significant amount of xml-writer: well-formedness checking on the output, to make certain xml-writer: (for example) that start and end tags match, that there is exactly xml-writer: one document element, and that there are not duplicate xml-writer: attribute names. xml-writer: xml-writer: