Hacker News new | ask | show | jobs
by karurosu 964 days ago
I didn't realize this was so common. In my crazy days I wrote a SSG using only XSLT, so you wrote a big xml with the content and it would output a full site ready to upload.

It needed a specific XSLT processor as most couldn't generate individual files, but it was nice that it worked with off the shelf software, so technically I didn't write a single line of code.

(XSLT is madness, don't attempt)

1 comments

I also did this, except the XML file itself was generated from a file system tree.

XSL did eventually add multiple outputs, but yeah: do not attempt :)