+1

Coldfusion XML Unformat

I found this function very usefull just recently so I though I'd share.

Description
This is a simple UDF which does the exact opposite of CFMX's XmlFormat() function. Specifically, it replaces the following five characters in XML-escaped data with their normal equivalents: > with > < with < ' with ' " with " & with &

XMLunFormat


Search