>CFSETTING changes the way the reqeust is processed in various ways. 
>We only care about the ENABLECFOUTPUTONLY attribute in this case,
>which determines whether all rendered content is sent to the browser
>or only the content that's contained within CFOUTPUT tags.  To put
>that another way, content within CFOUTPUT tags is always sent to the
>browser, but content outside CFOUTPUT tags is only sent when
>ENABLECFOUTPUTONLY is false (it's default state).  CFSETTING is like
>flipping a switch; it's not a block-level tag that affects it's
>contained elements (like CFOUTPUT or CFIF).

- cut -

>That make more sense?

It does, thank you.  Oddly though, the RENoTags that I'm using, while it does 
set enablecfoutputonly = 'yes' in the beginning, at the end, it does: 
<cfsetting enablecfoutputonly="no">.  So it seems to me that my 
</channel></rss> should have been output without cfoutput tags around it.

I'm also thinking that I should put a cfsetting tag in my code, instead of 
using the default setting just so that it's explicit.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226914
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to