delegatrix pointed me to these RSS Feeds over at http://www.defenselink.mil/news/rss. Load one of them in your browser, and it looks like HTML. But it's really RSS.
How'd they do that? Here's the secret:
Yep. All of the HTML fluff is statically defined in a stylesheet, comon to half a dozen news feeds. Aggregators are happy, and reasonable browsers do something useful. Feeds change, and there's no work to be done. Change the shell once, and it's used for all six feeds.
And that's the way it should be. ;-)
</soapbox>
But when they generate the HTML, they need to add the tag that tells Firefox to add the little RSS button at the bottom corner, so I can subscribe to the feed as a live bookmark.
Re:not in safari
delegatrix on 2004-12-16T21:33:11
Yeah, Safari just displays the text of the feed as contained in the xml. It should still work correctly as a feed.Re:not in safari
Aristotle on 2004-12-17T02:53:42
Safari doesn't have an XSLT engine built in. All other contemporary browsers do, as does Internet Explorer. But I know they're working on sticking libxslt into some future release of Safari.