Subject: Re: [xsl] 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 |
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 |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Anyone have XSLT that gen, Steven D. Majewski s | Thread | Re: [xsl] Anyone have XSLT that gen, Dimitre Novatchev dn |
Re: [xsl] Re: Anyone have XSLT that, Martin Honnen martin | Date | Re: [xsl] Re: Anyone have XSLT that, Liam R. E. Quin liam |
Month |