> parsed, as expected. How can I do this so that the cfinclude tag is > parsed only when the output file is actually run? >
Not sure that this belongs on the SQL mailing list. :P Anyway, you just have to do something similar to this: <cfset cf = "cf" /> <cfsavecontent variable="Content"> <#cf#include template="./included_file.cfm"/> .... </cfsavecontent> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:3126 Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.6
