Subject: [ANN] dir to xml command line script
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Mon, 17 Jul 2000 15:07:49 +0100
|
I read somewhere that someone wanted an xml version of a directory so I
wrote a javascript command line utility.
http://www.bayes.co.uk/xml/index.xml?utils/dirtoxml.xml if you are
interested.
It just creates the following format
<?xml version="1.0"?>
<folder name="temp" dirroot="c:\\temp">
<folder name="temp">
<file name="temp.tmp" />
</folder>
<file name="temp.tmp" />
</folder>
Have fun
Chris
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|