Re: [xsl] Performance of link target search, and Normalising or collapsing a pathname value, best method?

Subject: Re: [xsl] Performance of link target search, and Normalising or collapsing a pathname value, best method?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Sep 2023 12:27:54 -0000
On 22/09/2023 14:09, Trevor Nicholls trevor@xxxxxxxxxxxxxxxxxx wrote:
>
> But if any file is not then this code produces verified/adjusted links
> where the srcfile may be something like "../../A/../B/../C/ccc.xml#xyz"
>
> Is there a simple way of normalising that path? If necessary I can
> probably write my own but there may be a function which already does
> it that I don't know about.
>

You haven't shown how the normalized path would look like but I don't
know any such functions in the XPath 3.1 library, XProc 3 has some
https://spec.xproc.org/3.0/xproc/#f.urify which might or might not help.

Current Thread