.opml-based blogroll on your right!
Inspired by pollas.dk I wanted an updated blogroll reflecting which weblogs I read through my rss-reader (Syndirella).
Initially I wanted to do the xsl transformation runtime, but I discovered that php wasn’t compiled with sablotron on my webserver (yet) so I hacked together a transformer in Java (OPMLTransformer.java) that transforms an .opml-file (blogroll.opml) as generated by Syndirella into html (blogroll.html) using an .xsl stylesheet (blogroll.xsl) that I stole from Pollas….
It’s not exactly automated - I still have to drop the html file here through ftp (or the more secure SCP), but until the sablotron is up and running it will do just fine.