XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Laurent DaubachSubject: Convert directory tree to XML
Author: Laurent Daubach
Date: 14 Feb 2007 10:49 AM
We are looking for a solution that enumerates all the folders and files under a given starting folder and generates an XML document as an output, that represents the same hierarchy as of the traversed directories. The starting folder is a local folder.

The exported XML content should look like this:

<folder name="start here">
<file>
<type>doc</type>
<filename>mytest</filename>
</file>
<file>
<type>doc</type>
<filename>mytest2</filename>
</file>
<folder name="level1">
<file>
<type>doc</type>
<filename>mytest</filename>
</file>
<folder name="level2">
<file>
<type>doc</type>
<filename>subsubdir</filename>
</file>
</folder>
</folder>
</folder>

Thanks

Posttop
Tony LavinioSubject: Convert directory tree to XML
Author: Tony Lavinio
Date: 14 Feb 2007 05:01 PM
See http://www.saxonica.com/documentation/sourcedocs/collections.html

 
Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.