G
Graham
I need to create an XML document which represents a directory
structure, ie If I had a folder strucure such as
-foo
---bar.txt
---test.txt
+folder2
ie two root folders called foo and folder2
in the folder foo there are two files, one called bar.txt and the
other called test.txt
then an XML structure could be generated which looks something like
this
<FOLDER foo>
___<FILE bar.txt/>
___<FILE test.txt/>
</FOLDER>
<FOLDER folder2>
___<FILE whatever>
</FOLDER>
Is there an application out there which will do this simply? If not
can someone suggest a way of doing it? i know VB, a little XSL, and
java.
g
structure, ie If I had a folder strucure such as
-foo
---bar.txt
---test.txt
+folder2
ie two root folders called foo and folder2
in the folder foo there are two files, one called bar.txt and the
other called test.txt
then an XML structure could be generated which looks something like
this
<FOLDER foo>
___<FILE bar.txt/>
___<FILE test.txt/>
</FOLDER>
<FOLDER folder2>
___<FILE whatever>
</FOLDER>
Is there an application out there which will do this simply? If not
can someone suggest a way of doing it? i know VB, a little XSL, and
java.
g