Store the locations of all files in an extra file

Questions about XML that are not covered by the other forums should go here.
crult
Posts: 20
Joined: Thu Jan 21, 2010 10:21 pm

Store the locations of all files in an extra file

Post 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