lotsill
05-20-2007, 09:20 PM
Need some help in generating XML code based on file names.
I have 40 plus folders with 200 plus picutres in each folder with file names of 001.jpg
002.jpg
and so on
I'm trying to take the file names of 001.jpg and generate XML code like what is listed below.
<image path="images/001.jpg" />
<image path="images/002.jpg" />
<image path="images/003.jpg" />
Thanks
I have 40 plus folders with 200 plus picutres in each folder with file names of 001.jpg
002.jpg
and so on
I'm trying to take the file names of 001.jpg and generate XML code like what is listed below.
<image path="images/001.jpg" />
<image path="images/002.jpg" />
<image path="images/003.jpg" />
Thanks