[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Directory listing, as xml file

Subject: Re: Directory listing, as xml file
From: "James Fuller" <james.fuller.2007@xxxxxxxxx>
Date: Sun, 1 Jun 2008 20:03:59 +0200
Re:  Directory listing
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
>
> <reference
>           xmlns:xi='http://www.w3.org/2001/XInclude'>
> <title> Element Reference</title>
> <xi:include href='intro-elements.xml'/>
>
> <xi:include href='sub/a.xml'/>
> <xi:include href='sub/b.xml'/>
> <xi:include href='sub/c.xml'/>
>
> ....
>
>
> </reference>
>
> Any suggestions how this might be done (mostly) with xslt?
> I'm also trying to minimize the OS dependence.

a few tricks/tips u probably already know about;

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

* if svn source control is in effect using apache ... I consume http url

* enable dir listing on apache and bring in index via document() call
.... though obviously this is not recursive

* mount webdav and use webdav xml

gl, Jim Fuller

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.