in reply to XML::Generator loop

I don't have a lot of experience with XML, but I've been using XML::Simple, which really is simple to use.

It allows you to build your data structure using Perl hashes, then output it as XML.
(You can also read the XML file back in the same way.)

Impossible Robot

Replies are listed 'Best First'.
Re: Re: XML::Generator loop
by MartinSchneider (Initiate) on Nov 06, 2001 at 06:02 UTC
    IR, Thank you for the tip, I'll take a look at it. Martin