Re: [xsl] Multiple template rules, in different files, matching same element ... how to invoke a template rule in a specific XSLT file?

Subject: Re: [xsl] Multiple template rules, in different files, matching same element ... how to invoke a template rule in a specific XSLT file?
From: "David Carlisle d.p.carlisle@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Apr 2019 14:06:47 -0000
On Thu, 11 Apr 2019 at 14:47, Costello, Roger L. costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Folks,
>
> I have multiple template rules that match on airport/row and the template rules all have the same mode:
>

If you use xsl:include (rather that xsl:import) and they match with
the same priority that's an error.

Current Thread