Graham wrote:
I require this functionality in <content src="">. There is aboslutely no way I'm initiating 20 HTTP requests (even HEADs) each time the feed is reloaded.
Can you explain why you would need to initiate HTTP requests for <content src="">? I don't understand.
<feed ...> ... <entry> ... <content src="some.jpg" type="image/jpeg" /> </entry> <entry> ... <content type="HTML"><img src="some.jpg"></content> </entry> </feed>
Robert Sayre
