user1451502
user1451502

Reputation: 11

Format description in ColdFusion generated rss feed

Since cffeed writes everything out to XML, I'm not sure how to format the text in the description of my feed. Ideally, I would like to be able to format the description as a list. HTML characters are escaped and HTML special characters just show up as text.

Upvotes: 1

Views: 209

Answers (1)

Paul Sweatte
Paul Sweatte

Reputation: 24627

Wow, I'm an idiot. You're completely right. I had the description wrapped in an XMLFormat() function that escaped all HTML chars. Once I removed that, the feed handled the HTML just fine. Thanks for the reply.

Upvotes: 1

Related Questions