Hi guys, I have created a Google News rss parser, but need to know if its possible to remove the <font> formatting tags from the rss feed. Does anybody know if this is possible and if so, how? Here's the Google News rss feed: http://news.google.com/?output=rss If you look at the source you will need the font formatting. I would just like to remove these tags when parsing the rss. Thanks in advance.
For a quick fix, you could use htmlspecialchars_decode and then strip_tags.
Salathe Software Developer and PHP Documentation Team.
Forum Rules
Bookmarks