Re: [xsl] Need to read a complete Folder with different XML files

Subject: Re: [xsl] Need to read a complete Folder with different XML files
From: Stefan Krause <stf@xxxxxxxx>
Date: Sun, 5 Dec 2010 20:30:24 +0100
In XSLT 2.0, take a look at the collection() function. If you need multi file
output, you can use xsl:result-document.

You can start to look here:

http://www.xmlplease.com/collection

Stefan

Am 05.12.2010 um 19:48 schrieb Claudia Smith:

> Hello,
>
> I have a requirement to read the complete folder which consist of
> different xml files and then use XSLT to work on each file on the
> folder. The structure of the xml for each file is the same. The only
> thing that can vary in that folder is the name of the file and the
> number of files which can be present in it for parsing.
>
> Any pointers to how to deal with the problem will be a big help.
>
> Best regards,
> Claudia

Current Thread