5 ms·
I love XSLT. I wrote a SCXML-to-JavaScript compiler in it back in 2010: https://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-js/trunk/ https://svn.
by jbeard4 1y ago
I love XSLT. I wrote a SCXML-to-JavaScript compiler in it back in 2010:
https://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-js/trunk/ https://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/s...
Written as a pipeline of XSLT transformations. Ran natively in the browser to execute SCXML documents to control UI logic. Good times.