in reply to XML formatting problems with XML::Simple

May not Reading The Funny Manual? ;--) (with perldoc XML::Simple)

Try using the noattr => 1 option with XMLout, it should solve your problem.

  • Comment on Re: XML formatting problems with XML::Simple

Replies are listed 'Best First'.
Re: Re: XML formatting problems with XML::Simple
by thunders (Priest) on Jun 11, 2002 at 21:02 UTC
    You are correct. thanks.
    I also realized that to faithfully duplicate my code I needed to set the keeproot => 1 in both the XMLin and XMLout functions and that there doesn't seem to be a clean way to mix data contained in attributes and data in nested tags with this ::Simple tool.