All Tags // XMLFormat

Coldfusion XML Unformat posted on: 5/8/08
Description: 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 & http://cflib.org/udf.cfm?ID=800 "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 &" http://cflib.org/udf.cfm?ID=800

Search