This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[ANN] dir to xml command line script


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]