> I have Whitespace Management enabled in the CF administrator, but still I am
> getting a little whitespace at the top of the page when I view the source.
> Is there a tag that can further suppress this or am I just screwed? I am
> trying to do a conversion from a CF Query to an RSS/XML output. The XML is
> fine and the RSS tag is placed where it is supposed to be, but my RSS reader
> (pluck) is not recognizing it as a valid RSS document. I suspect it is the
> whitespace that is causing the issue, although I am just guessing here. The
> site is http://www.sorge.net/rssfeed.cfm. It is not working right in IE, but
> Firefox and Nutscrape is showing the site. Just view the source and you will
> see what I am talking about.
The easiest thing you could probably do is use the cfcontent tag with
the appropriate content type, but making sure to use the reset="yes"
attribute to flush out everything up to the beginning of your feed,
like so:
<cfcontent type="text/xml" reset="Yes"><cfoutput>#myXMLString#</cfoutput>
Something like that should help resolve this. I've hit it several times.
Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

