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.
|
|
|
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? |
|||
|
|
|
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. |
|||
|
|