July 22, 2005 at 7:52PM Syndication Fixed
I received an email just a few minutes ago telling me that something was up with the code posted in my blog where it was all coming out on one line. That struck me as odd.
A quick root through it later, and I found that the ColdFusion XMLFormat() function compresses all whitespace into single spaces. That’s not what I’d expected. I hacked past that by using HTMLEditFormat() instead. This is far from an optimal solution.
That lead me to check the linklog feed. It turned out that I wasn’t processing the feed body before I was passing it into the feed. Sorry, guys!