Re: [xsl] Processing a list of non-xml files in XSLT?

Subject: Re: [xsl] Processing a list of non-xml files in XSLT?
From: "Michael Kay michaelkay90@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Aug 2024 20:40:50 -0000
> Uh, it indeed seems that uri-collection behaves differently to collection:
>


Indeed. The URI is invalid because the vertical bar should be escaped as %7C.
The collection() function is recovering from that by applying the iri-to-uri()
function; the uri-collection() function should probably do the same. And if
the URI is still invalid, the error message should make a better attempt to
explain why.

Michael Kay
Saxonica

Current Thread