Re: [xsl] Referencing Multiple Documents in One Folder

Subject: Re: [xsl] Referencing Multiple Documents in One Folder
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 18 Sep 2006 08:21:53 +0100
>>>>> "Jeff" == Jeff Sese <jsese@xxxxxxxxxxxx> writes:

    Jeff> Hi, Is it possible to reference multiple documents, found in
    Jeff> a particular folder, in XSLT? What i what to achieve is get
    Jeff> the path of the folder where the XML files are found and
    Jeff> loop through each one of them and use them as a reference
    Jeff> file, can i do this purely in XSLT?

    Jeff> I'm using XSLT 2.0 and Saxon 8.7.3J

In that case you can use the collection function.
Not that this is not portable, as the meaning of the URI that you pass
to the function is implementation-defined.
-- 
Colin Adams
Preston Lancashire

Current Thread