xsl-list
[Top] [All Lists]

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

2010-12-05 13:30:45
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>