Formating Contents in RSS
Posted
by shoaibmohammed
on Stack Overflow
See other posts from Stack Overflow
or by shoaibmohammed
Published on 2010-06-12T09:01:06Z
Indexed on
2010/06/12
9:12 UTC
Read the original article
Hit count: 353
Hi,
I'm making a RSS 2.0 feed powered by PHP & MySQL. I would like to know how to make simple formatting in the contents like Line Breaks, Bold, Italics, Links, Images.
When I try to insert a <br>
in the database for a newline, the feed reader is displaying it as Invalid Feed.
Please help
Thanks
© Stack Overflow or respective owner