Stripping {mosimage} tags off RSS feeds I use RSSXT for syndicating my content. Not very "smooth" though, but renders HTML tags which is very important because there are usually <a href=..> tags on my intro paragraphs displaying links to related resources. This is OK. But there are also images embedded to the first paragraphs of my content items as well. I use {mosimage} tag for them.
Now, on my RSS feeds, these images are not displayed (it's all right, I don't want to display images on my feeds and eat the bandwidth) but the feed displays the {mosimage} tag on the starting paragraph instead of images.
It's not a very important problem but it would look more professional if I could strip off those tags, when generating the RSS feeds. I'm not much into PHP stuff, does anybody recommend me a simple hack or code modification for this? |