>
> How does the output compare to XML::Simple::XMLout() ?
>

I found XML::Simple::XMLout() to be deeply yucky, as it kind of randomly
chooses to go for sub elements or attributes based on phases of the moon*.
Also, it will happily output invalid XML if you have invalid data in your
datastructure. Also it dies if given recursive structures. And it doesn't do
binary data.

I've found XML::Writer to be OK, although it doesn't do an 'export this data
structure as XML' thing. You could use it write your own though. Or use
XML::Dumper, I guess.....



*Something like all single nested items are made into attributes, or, if you
prefer, nothing is made into attributes. Ick.

Reply via email to