Search code examples
xmlsharepointlistmossexport

What is the easiest approach to exporting a Sharepoint list in xml format?


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


Solution

  • This is the method I use:

    http://servername/site/_vti_bin/owssvr.dll?Cmd=Display&List=YOURUNIQUELISTID&XMLDATA=TRUE

    Works like a charm.