Page 1 of 1

Store the locations of all files in an extra file

Posted: Mon Feb 01, 2010 10:21 pm
by crult
Hi,

I have some folders with .xml files.How can i create automatically a new xml where will be stored the locations of all the xml files? I created manually this, but i want to make it automatically with XSLT (oxygen 10.3):

<folder>
<file name="20040101N0001.xml">01/20040101N0001.xml</file>
<file name="20040101N0002.xml">01/20040101N0002.xml</file>
<!-- etc. -->
</folder>


thank you