acme (email not shown publicly)
http://www.astray.com/
Leon Brocard (aka acme) is an orange-loving Perl eurohacker with many varied contributions to the Perl community, including the GraphViz module on the CPAN. YAPC::Europe was all his fault. He is still looking for a Perl Monger group he can start which begins with the letter 'D'.
I use templates for generating XML (Score:2)
I agree that XML::LibXML is an excellent module for parsing XML. I tend to steer people towards it [perlmonks.org] when they start dreaming up new features for XML::Simple.
When generating XML, I almost always use either the Template Toolkit or HTML::Mason.
Re: (Score:2)
I needed to validate some XML against a schema so XML::LibXML::Schema helped nicely. But after validation, the data structure provided by XMLin() was *exactly* what I needed so I thought bugger it I'll just use both
XML::LibXML and XML::Simple for teh win!
XML::SAX (Score:1)
XML::LibXML *and* XML::Simple (Score:2)
Re: (Score:2)