My First cflib.org Submission
I have been a fan of cflib.org for a long time and I have used countless UDFs from that site. Today, I posted my first submission - XmlHumanReadable.
We'll see if the submission get accepted, but I am pretty excited by it. It takes an XML Document (or string) and returns the XML in a format that is easy to read (properly indented so that it is easy to follow). This can be useful if you need to examine the contents of a WDDX packet or other XML string.
An Example of XmlHumanReadable in Action.
UPDATE!
XmlHumanReadable is now available on cflib.org:
Download XmlHumanReadable.