| ▲ | jtvjan 21 hours ago | |
That's upsetting. Being able to do templating without using JavaScript was a really cool party trick. I've used it in an unfinished website where all data was stored in a single XML file and all markup was stored in a single XSLT file. A CGI one-liner then made path info available to XSLT, and routing (multiple pages) was achieved by doing string tests inside of the XSLT template. | ||