xsl-list
[Top] [All Lists]

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

2009-11-30 10:05:30
2009/11/30 a kusa <akusa8(_at_)gmail(_dot_)com>:
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?

You could:

- use the directory tab of Kernow (http://kernowforsaxon.sf.net/)
- or you could use Saxon directly from the command line
- or you could write a standalone transform that uses the collection()
function and xsl:result-document.




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--