If you add this to your code: <cfsetting enablecfoutputonly="true" />
CF will only emit content wrapped in CFOUTPUT tags. Very helpful for reducing spurrious whitespace in your generated documents. If you don't have that in there anywhere, I bet that CF_RENoTags has it inside. That'd explain only the trailing stuff being missing. cheers, barneyb On 12/12/05, daniel kessler <[EMAIL PROTECTED]> wrote: > >Do you have CFSETTING ENABLECFOUTPUTONLY enabled by chance? Those > >tags are outside CFOUTPUT tags, so if that setting is enabled, they > >won't be emitted. > > hmm. well I don't know where to find that and I don't see anything for > "enablecfoutputonly". But because of what you've said, I wrapped that part > in a set of cfoutput tags and they now appears. > > Still I don't understand. I have beginning rss tags above the cfoutput code > that displays in the file fine. It's just the stuff below the cfoutput code > that doesn't. Not that I need to understand, but I would prefer to. > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226834 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

