SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Google News rss parser
-
Feb 8, 2009, 17:33 #1
Google News rss parser
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.
-
Feb 8, 2009, 17:57 #2
For a quick fix, you could use htmlspecialchars_decode and then strip_tags.
Bookmarks