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

Subject: Re: [xsl] Announce: xjslt, an XSLT 2.0 compiler in TypeScript
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jul 2024 15:31:26 -0000
On 08/07/2024 17:21, Erik Hetzner ehetzner@xxxxxxxxx wrote:
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


Interesting.

Does it support xsl:result-document to generate more than one result
tree or serialized result document from a single transformation?

Current Thread