I think I was illustrating the code that was working with that. Anyway, I have
it as you show. It seems to be a bug in Saxon with the uri-collection() as I
can use the select with a single file extension, as soon as I add the | and
the second format it fails...danSent from my Verizon, Samsung Galaxy
smartphone
-------- Original message --------From: "Martin Honnen martin.honnen@xxxxxx"
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: 8/12/24 11:57 AM (GMT-08:00)
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: Aw: Re: Aw: Re:
Processing a list of non-xml files in
XSLT? On 12/08/2024 19:56, dvint dvint@xxxxxxxxx wrote:> So it seems to be
the ?select that is failing. If I just set it to a> single format *.jpg it
works, adding a second format *.jpg|*.png fails.>In your original code and
question you had B B ?select=(*.dita|*.xml)so based on that you should try B
?select=(*.png|*.jpg|*.gif)but I haven't checked whether that works.
|