Forum Moderators: open
What's the best way to escape Text/HTML for an RSS 2.0 Feed using PHP? Can RSS descriptions contain HTML?
And... How might I escape out those "Mikrsooft" characters that I know the author will copy into the RSS descriptions?
Thanks in advance,
Jeff
You can use html in an RSS feed, in my opinion though you should not use them as the feeds will be parsed and the user should decide how to view them.
You can also use cdata[] within your feed, it means all chsracters between the brackets should be shown as literal ie you do not need to use escape characters.
Do a search on google, there is some info out there.