Re: [xsl] Running a stylesheet with Python

Subject: Re: [xsl] Running a stylesheet with Python
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Aug 2025 22:54:27 -0000
On 27/08/2025 00:34, dvint@xxxxxxxxx wrote:
I'm not seeing where the output is escaping. So I tried getting rid of
the call template like this:

B B B B B B B  <xsl:result-document href="{concat($PARTIALS, $topicid,
'_EP.adoc')}">


So the question is whether your attempt with

B concat($PARTIALS, $topicid, '_EP.adoc')

constructs an absolute file URI or whether it ends up being a relative URI.

In the latter case I think, you will get the error as then, as Michael
already pointed out, Saxon tries to resolve the relative URI against the
base output URI you haven't set.

Current Thread