Re: [xsl] reading files from directory and returning the same name to output directory

Subject: Re: [xsl] reading files from directory and returning the same name to output directory
From: Mike Odling-Smee <mike.odlingsmee@xxxxxxxxxxxxxx>
Date: Mon, 30 Nov 2009 15:28:52 +0000
>> 2009/11/30 a kusa <akusa8@xxxxxxxxx>:
>>> Hi
>>>
>>> Here is my requirement.
>>>
>>> Read XML files from an input directory.
>>> The results must be in another output directory. But the names of the
>>> result xml files must be the same as the input xml files.
>>>
>>> How do I do this with XSLT 2.0?
>>

If you are a Maven user you could use the Maven XSLT plugin
(http://mojo.codehaus.org/xslt-maven-plugin/transform-mojo.html) that
works in a batch mode as per your requirement.

Regards,

Michael
www.xml-solutions.com

Current Thread