hi
Anyone got a ready made function that will take an XML string and return a correctly indented string?
eg
<XML><TAG1>A</TAG1><TAG2><Tag3></Tag3></TAG2></XML>
and will return nicely formatted String in return after inserting linebreaks and tabs or spaces?
Yes I know the code is easy to write but I'm sure someone else has already written it.
Update: Thanks to Bruce McGee and all the others that answered. Bruce's suggestion was just what I was after thanks.