I have a wish to embed images in an RSS feed I have made using the FeedCreator class by Kai Blankenhorn.
I get a few feeds that occasionally contains images (Pointer Institute TidBits for one), and want to do the same thing.
Simply entering the img tag (with the src pointing to the remote server) into the description part of the XML works fine - but only when I run the feed into my reader (FeedReader) from my local server (Windows XP). I can see the code in the XML and the reader shows the picture.
But when I run the same feed from my remote server (Linux), the picture disappears! It's not showing and the img code is not in the XML code.
Why could this be? Do I have to embed the picture in a certain way?
The address of the remote feed is http://globalflyfisher.com/rss/ if anybody wants to look at it.
Martin