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

Re: Anyone have XSLT that generates XML showing a Wind

Subject: Re: Anyone have XSLT that generates XML showing a Windows folder structure?
From: "G. Ken Holman g.ken.holman@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 13 May 2020 17:08:24 -0000
Re:  Anyone have XSLT that generates XML showing a Wind
That would be an easy transformation of the output from xml-dir-listing, which I use in a number of projects:

https://code.google.com/archive/p/xml-dir-listing/

I hope this helps.

. . . . . Ken

At 2020-05-13 12:53 +0000, Costello, Roger L. costello@xxxxxxxxx wrote:
Hi Folks,

Do you have XSLT code that does this: Given a root folder, show all the subfolders and files within it, repeat for each subfolder.

Example, for this folder structure:

root
    persons
        local
            JohnDoe.xml
            MarySmith.xml
        remote
            BillAnderson.xml

the XSLT code outputs this XML:

<root>
     <persons>
          <local>
              <john>JoeDoe.xml</john>
              <mary>MarySmith.xml</mary>
        </local>
        <remote>
             <bill>BillAnderson.xml</bill>
       </remote>
    </persons>
</root>

If someone has already done this, would you mind sharing it, please?

/Roger



--
Contact info, blog, articles, etc. http://www.CraneSoftwrights.com/s/ |
Check our site for free XML, XSLT, XSL-FO and UBL developer resources |
Streaming hands-on XSLT/XPath 2 training class @ US$45 (5 hours free) |
Essays (UBL, XML, etc.) http://www.linkedin.com/today/author/gkholman |

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.