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]

Re: RE: Off-topic: DOS script for XML directory listing




>>> "Beckers, Marc" <Marc.Beckers@softwareag.com> 02/29 9:51 AM >>>

> Could anyone give me a DOS script that can list the URLS of 
> all the (XML)
> files in a directory and write them to an XML-formatted output
file? 
> 
Attached is a self-documenting Perl script that will do what you want
for
HTML files.
All you need to do is edit the DOS dir call (line 23) to read in
files with the XML suffix rather than HTM*.

You must have Perl installed, of course.

The output file is called mother.xml, contains the
mother root element with each path in a file element.
The path names are relative to the working directory.
You can get the absolute path by deleting line 42.

Hope this helps. I use it.

Cheers -- Marc


 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]