Can I display html tags like links and span tags inside the description in RSS feed code using PHP
views:
19answers:
1
A:
RSS feed is not a html document. My answer is that you should not use html elements inside RSS feeds. At least there is no guarantee that every implementations would show them like you expect if any.
Joni
2010-07-25 15:58:04
so strip out the tags using strip_tags()
meta
2010-07-25 15:59:20