←back to thread

392 points _kush | 1 comments | | HN request time: 0.212s | source
1. captn3m0 ◴[] No.44394245[source]
I use XSLT to generate a markdown README from a Zotero export XML file. It works well, but some simple things become much harder - sorting, counting, uniqueness.

https://github.com/captn3m0/boardgame-research

It also feels very arcane - hard to debug and understand unfortunately.