pop off img and href tag from a RSS feed
Posted: Thu May 14, 2009 7:48 am
Hi,
How can I pop off the <img src="...."> and <a href="..."> in the description of a RSS feed?
For instance,
Many thanks,
Lau
How can I pop off the <img src="...."> and <a href="..."> in the description of a RSS feed?
For instance,
Code: Select all
<title> xxx </title><link> xxx </link><description><img src="..."/><a href="...">Duis autem </a> vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis ...</description>Lau