|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Anyone have XSLT that generates XML showing a Windows
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








