Whats the best way to pass html embed code via rss feed to a rss parser in php?

后端 未结 5 592
小蘑菇
小蘑菇 2021-01-20 21:52

Im trying to put an html embed code for a flash video into the rss feed, which will then be parser by a parser (magpie) on my other site. How shoul

5条回答
  •  佛祖请我去吃肉
    2021-01-20 22:23

    Since RSS is XML, you might want to check out CDATA, which I believe is valid in the various RSS specs.

    Here's the w3schools entry on it: http://www.w3schools.com/XML/xml_cdata.asp

提交回复
热议问题