[xsl] Announce: xjslt, an XSLT 2.0 compiler in TypeScript

Subject: [xsl] Announce: xjslt, an XSLT 2.0 compiler in TypeScript
From: "Erik Hetzner ehetzner@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jul 2024 15:21:06 -0000
Hi all,

I have written an XSLT 2.0 compiler (targeting JavaScript) in
TypeScript. It was written to see if it was possible, and I don't know
how useful it will prove, or how complete it will ever be, but it does
work (with quirks, mistakes and missing pieces).

If you are interested, please have a look and let me know what you think!

- https://github.com/egh/xjslt
- https://gitlab.com/egh/xjslt

It is based on the XPath 3.0 implementation of
https://github.com/FontoXML/fontoxpath.

best,
Erik Hetzner

Current Thread