Re: [xsl] Directory listing, as xml file

Subject: Re: [xsl] Directory listing, as xml file
From: Michael Ludwig <mlu@xxxxxxxxxxxxx>
Date: Mon, 02 Jun 2008 10:58:11 +0200
James Fuller schrieb:
On Sun, Jun 1, 2008 at 11:05 AM, Dave Pawson <davep@xxxxxxxxxxxxx> wrote:
I want to generate a list of elements
which constitutes all the xml files in
a directory, say ./sub
a few tricks/tips u probably already know about;

* if svn source control is in effect ... one can use svn ls --xml

$ xmlstarlet list
<dir>
<f p="rw-r--r--" a="20080602T085716Z" m="20080602T085716Z" s="0" n="moin.txt"/>
</dir>


http://xmlstar.sourceforge.net/

Michael

Current Thread