Blog Pile
XSLT + RSS: Why Pretty for only some browsers or is some implementations?
I’ve been mildly curious about some of the new attempts at making RSS feeds more human readable at first click- rather than seeing ugly XML code, these “new” feed displays use CSS (Style sheets) and some sort of magical transform method called XSLT — basically it means if you click a link that points to an XML file, it has some nicer formatting applied.
I want to believe.
The problem is that I think a lot of folks doing this are not widely testing, because while it has pretty formatting on a PC with MSIE, or perhaps Mozilla/Firefox on Mac or Windows, it works. I’ve seen less then stellar appearance on Safari, which I had assumed (wrongly) was one of the more standards compliant browsers. Is it a limit of Safari? Am I doomed to switching browsers?
But then I peeked at a feed from a Blogger site, on Safari, and it had the feed + CSS + XSLT cooking. So what have they done right?