What is the correct/best way to take a file that has a mixture of <cfif> <cfquery> 
<cfoutput> and html all mixed together and put it in fusebox format.. Would it be an 
act_ file?

Example:

<html>
<body>
<cfquery>
<cfoutput></cfoutput>


<cfif>
    <cfquery>
        <cfif></cfif>
        <cfif></cfif>
    </cfquery>
<cfelseif>
    <cfquery>
</cfif>
<cfoutput>#cfquery#</cfoutput>

<cfif>
    <cfoutput></cfoutput>
</cfif>
</body>
</html>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to