On Thu Oct 24 15:13:09 2002, Kris Boulez wrote:
> What is peoples preferred module for writing XML (files) from within
> Perl ? The data is read by a perl script from different (heterogeneous) 
> sources and stored internally in a tree of objects.

I use XML::DOM for that sort of thing.  I haven't tried anything else
since XML::DOM has worked well.  As I walk the tree each node calls
createElement for itself then appendChild for any branches.

-- 
Marty

Reply via email to