Re: [xsl] How to read an XML file that is in a subfolder or sub-subfolder or sub-sub-subfolder or ...?

Subject: Re: [xsl] How to read an XML file that is in a subfolder or sub-subfolder or sub-sub-subfolder or ...?
From: "Mukul Gandhi gandhi.mukul@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 7 Apr 2020 15:26:05 -0000
On Tue, 7 Apr, 2020, 8:29 PM Wendell Piez wapiez@xxxxxxxxxxxxxxx, <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

>
In Saxon, also, when consuming a path to a directory, the collection()
> function accepts a 'recurse' option, which could be used to return
> such a file.
>
> collection('file:///path/to/files?recurse=yes;select=filelist.xml')
>
> Of course you might get more than one filelist.xml this way.
>

+1

I think that, this is what would solve Roger's problem.


Regards,
Mukul

Current Thread