Question

Pretty self explanatory. I just need to export lists easily to xml format. Are there any tools that accomplish this?

Was it helpful?

OTHER TIPS

You could also use the Lists webservice. http://server/_vti_bin/Lists.asmx

You can write a c# application pretty easily to connect to the sp list and export it out yourself.

A quick search on codeplex search comes up with one such program already made for this purpose! Hope this can help you: http://www.codeplex.com/SPListReader http://www.codeplex.com/SPListReader/Release/ProjectReleases.aspx?ReleaseId=15420

Any chance that the RSS feed is going to be XML enough for you?

On the SharePoint list click Actions > Open With Access > Right click on the table and choose export to xml.

In the actions menu of the list, select export to spreadsheet. Then open the exported Excel Web Query file and from the File menu, select "Save as" and save it as XML.

You can create a 'Content Query Tool Part' to export a list of pages on your SharePoint environment to a generated XML list. My favorite feature with this tool is that you can sort and filter the content you want generated on your XML file. You can learn more about it here through this tutorial by Waldek Mastykarz

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top