in reply to Re: Generating xml from Perl
in thread Generating xml from Perl

XML::Simple has some isssues with attribute handling. From my experience, you are not guaranteed that the XML you read in is equivalent to what XML::Simple will write out. Take a look at XML::Twig, it is more complex, but full featured.
...stumbling down the path toward enlightenment

Replies are listed 'Best First'.
Re^3: Generating xml from Perl
by jdporter (Paladin) on May 10, 2005 at 13:25 UTC
    Well, that's why I said "such as". There are certainly modules that do a better job with XML, but at least some of them have "overhead", such as requiring binary (compiled) components.
Re^3: Generating xml from Perl
by Anonymous Monk on May 10, 2005 at 08:06 UTC
    All issues can be resolved by RTFM.