←back to thread

392 points _kush | 8 comments | | HN request time: 0.808s | source | bottom
1. 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 #
2. kome ◴[] No.44394917[source]
beautiful, well done! i hope people will copy that for their own websites. and use it creatively.
3. pacifika ◴[] No.44396007[source]
This does make me think why is a blog not just an rss feed.
replies(2): >>44396122 #>>44396263 #
4. dev0p ◴[] No.44396016[source]
I always forget XML can do that. It just feels wrong for some reason.
5. _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.

6. sumtechguy ◴[] No.44396263[source]
with xslt it probably could be.
7. nairadithya ◴[] No.44408243[source]
Nice! I do the same:

https://adithyanair.com/feed.xml

replies(1): >>44425847 #
8. jchulce ◴[] No.44425847[source]
Your link 404s