K
Koen Wybo
I'm rather new to xml/xslt.
I'm looking for a possibility to proces a folder filled with xml-files
with XSLT. Don't know if this is possible.
In the folder are hundreds of xml-files (with same DTD-structure).
Do know that
<xsl:for-each select="document('first.xml') / |
document('second.xml') /"> processes all the files that are named. But how
can you do this with a folder (without knowing the names of the
files except that it ends with .xml)?
Koen Wybo
I'm looking for a possibility to proces a folder filled with xml-files
with XSLT. Don't know if this is possible.
In the folder are hundreds of xml-files (with same DTD-structure).
Do know that
<xsl:for-each select="document('first.xml') / |
document('second.xml') /"> processes all the files that are named. But how
can you do this with a folder (without knowing the names of the
files except that it ends with .xml)?
Koen Wybo