←back to thread

392 points _kush | 1 comments | | HN request time: 0.241s | source
Show context
susam ◴[] No.44394332[source]
These days I use XSLT to style my feeds. For example:

https://susam.net/feed.xml

https://susam.net/feed.xsl

replies(4): >>44394917 #>>44396007 #>>44396016 #>>44408243 #
pacifika ◴[] No.44396007[source]
This does make me think why is a blog not just an rss feed.
replies(2): >>44396122 #>>44396263 #
1. _heimdall ◴[] No.44396122[source]
I've built my personal site on XSLT a couple times just to see how far I could push it.

It works surprisingly well, the only issue I ever ran into was a decades old bug in Firefox that doesn't support rendering HTML content directly from the XML document. I.e. If the blog post content is HTML via cdata, I needed a quick script to force Firefox to render that text to innerHTML rather than rendering the raw cdata text.