in reply to XML::Simple attribute indentation not working
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:
instead of<void method="add"> <string>baseball</string> </void>
or is this something that I'm going to have to re-parse and rewrite myself?<void method="add" string="baseball" />
I would love to change the world, but they won't give me the source code
|
|---|