Searching CPAN for 'XML' gives one a thousand hits. A lot of these hits start with XML::. I am writing a module for converting coordinates into svg-graphs (think gnuplot).
Currently i print the XML myself (svg is xml) but someone poited out it might be a good idea to use some XML:: module.