Re: [xsl] is it possible to simulate <xsl:import> precedence within a single stylesheet file?

Subject: Re: [xsl] is it possible to simulate <xsl:import> precedence within a single stylesheet file?
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Apr 2023 20:31:52 -0000
> This created a single stylesheet b hooray! But I could not use it in an
XSLT-fiddle because document() calls did not resolve.

Yes, you need to add xml:base attributes to retain the original base URI of
each element. You'll see that we do this when generating non-relocatable SEF
files.

Michael Kay
Saxonica

Current Thread