TraceyNolte
SharePoint, Web, Photo, Video
SharePoint, Web, Photo, Video
Nov 10th
To quickly convert any Sharepoint list to XML, follow these quick steps:
2. GET LIST URL & CONCATENATE THE STRING
** This will only return the fields that are defined on the default view of the list. If you need specific fields then you need to create a view with those fields and pass the View ID as well, like this:
http://…/owssvr.dll?Cmd=Display&List={listGuid}&view={viewGuid}&XMLDATA=TRUE
(to get he ListGUID: go to the list settings for your list.. right click on the view at the bottom of the page and look at the links properties )