> Right. That would work. I can
> put an open <CFOUTPUT> at the top and a close </CFOUTPUT>
> at the bottom,
> remove any <CFOUTPUT> </CFOUTPUT> that already exist in
> the middle,
> and fix any <CFOUTPUT QUERY='queryname> to be
> </CFOUTPUT><CFOUTPUT QUERY='queryname>.
>
> Inside CFINCLUDE files will I be inside a CFOUTPUT or not?
> ie:
> <CFOUTPUT> ... <CFINCLUDE TEMPLATE="insidefile"> ... </CFOUTPUT>
>
> is insidefile inside a CFOUTPUT or not?
>
> Has anybody had experience with the efficiency of having the
> entire file be substituted inside a <CFOUTPUT> as compared to a
> hundred open close
> <CFOUTPUT>..</CFOUTPUT>...<CFOUTPUT>...</CFOUTPUT>...etc...?
OK, this would slow down the page as CF has to interpret the who template
rather than just the bits you want
For some strange reason, CFInclude seems to ignore CFOutput rules, I've
tested outputting some stuff, then CFInclude a template with a CFOutput and
/CFOutput in it and it ran properly, so I really don't know how the logic
works
Also,
> and fix any <CFOUTPUT QUERY='queryname> to be
> </CFOUTPUT><CFOUTPUT QUERY='queryname>.
Why not just use a CFLoop? they work within CFOutput
The other big thing about CFOutputting the whole template is white-space -
it'd waste an awful lot if you're doing calculations, and before it's
raised, I prefer to keep the auto-white space remover off, it slows down the
server!
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.