<!--- Read in the objsessive component as a test. ---> <cfset code = fileRead( expandPath( "./Obsessive.cfc" ) ) /> <!--- Create an instance of the obsessive unformatter. ---> <cfset objsessive = createObject( "component", "Obsessive" ) .init() /> <!--- Remove all of the meticulous formatting, thought, and theory that Ben Nadel has poured into writing his code. ---> <cfset unformattedCode = objsessive.unformat( code ) /> <!--- Output the unformatted code. ---> <cfoutput> <pre>#htmlEditFormat( unformattedCode )#</pre> </cfoutput>