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.
|