# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler----------------------------------------------------| 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: