|
Posted by David Dorward on 10/05/38 11:33
Lee Harris wrote:
> Is it possible to include a section on a webpage that links to an RSS feed
> with headlines, say ESPN, using html that's not very complicated?
HTML cannot parse RSS.
JavaScript could (in theory) parse RSS and output some HTML - but the
standard security model won't let you fetch data from a different domain.
If the RSS feed includes a link to an XSLT then you could have it render in
an <iframe>, but that introduces the usual problems of iframes, and the
limited browser support for XSLT.
> Or do you need to setup all kinds of server side extensions and the like?
Only one kind.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|