XSLT: Transform XML files tree
Posted
by Myniva
on Stack Overflow
See other posts from Stack Overflow
or by Myniva
Published on 2010-05-04T12:20:19Z
Indexed on
2010/05/04
12:28 UTC
Read the original article
Hit count: 208
I have the following file structure (XML files 'index.xml' in nested folders):
index.xml
foo/index.xml
foo/sub/index.xml
foo/.../index.xml
bar/.../index.xml
Now I have to transform each of this XML files with a given XSL stylesheet. The result should be the same folder structure (overwriting would be OK). What would be your approach to achieve this?
My system: OS X 10.6, Saxon XSLT processor
© Stack Overflow or respective owner