I want to generate XML files of the lists present inside a sharepoint site. The XML file will contain all the data and folders in a structured way. Is there any tool available to do this?

Has anybody worked on this. Thanks in advance.

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

well, if you save the site as a template and include data, the resulting WSP/STP consists of a CAB file with XML data inside, making it machine-readable. I assume that's why you want the XML output? So you can parse it in code?

link|improve this answer
feedback

Try using content deployment wizard available here: http://spdeploymentwizard.codeplex.com/

Once your lists are exported in .cmp file, you can rename it to .cab and open he cab file and access bunch of XML files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.