Re: [xsl] I wrote an XSLT program that converts a mapping XML file into a large, powerful XSLT program

Subject: Re: [xsl] I wrote an XSLT program that converts a mapping XML file into a large, powerful XSLT program
From: "John Lumley john.lumley@xxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Oct 2024 22:30:20 -0000
Did you use namespace-aliasing? I found it pretty much essential when writing
XSLT that wrote XSLT that wrote XSLTb& otherwise having to use xsl:element is
rather tediousb&

John Lumley
john@xxxxxxxxxxxxxx

> On 30 Oct 2024, at 11:45, Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> The first step is an XSLT program that converts the mappings (in the mapping
file) into a bunch of template rules, one template rule per mapping. In other
words, the output of the first XSLT program is another XSLT program.

Current Thread