Re: [xsl] Running a stylesheet with Python

Subject: Re: [xsl] Running a stylesheet with Python
From: "dvint dvint@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Aug 2025 02:06:15 -0000
I'll check tomorrow but I think it is absolute.Sent from my Verizon, Samsung
Galaxy smartphone
-------- Original message --------From: "Martin Honnen martin.honnen@xxxxxx"
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: 8/26/25  3:54 PM  (GMT-08:00)
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: [xsl] Running a stylesheet
with Python 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