http://www.perlmonks.org?node_id=640750


in reply to XML::Simple attribute indentation not working

Thank you both for the replies! I see where I went wrong now.

That said, is there something that I've overlooked in XML::Simple that will actually break out the tags rather than what I would call the shorthand verstion( for lack of a better term )?

For example:

<void method="add"> <string>baseball</string> </void>
instead of
<void method="add" string="baseball" />
or is this something that I'm going to have to re-parse and rewrite myself?


Revolution. Today, 3 O'Clock. Meet behind the monkey bars.

I would love to change the world, but they won't give me the source code