Converting a Sharepoint List into XML
By peter.stilgoe
This easiest way is to use the URL below & insert your list GUID
http://servername/site/_vti_bin/owssvr.dll?Cmd=Display&List=*YOURUNIQUELISTID*&XMLDATA=TRUE
To get the GUID of the list you need to go into the list & click ‘Settings’ -> ‘List Settings’. Now if you look at your URL you will see something like:
/_layouts/listedit.aspx?List=%7B7B476F98%2D1075%2D4A6D%2D8F63%2D4C754B3F41FC%7D
The URL is encoded so you will need to replace “%7B” with “{” and “%7D” with “}” and “%2D” with “-” so the end result would look something like: {7B476F98-1075-4A6D-8F63-4C754B3F41FC}
More From pstilgoe
Sharepoint / MOSS / WSS , Sharepoint Lists , xml 


November 16th, 2009

How to autopopulate Infopath fields using Sharepoint list data | Sharepoint Consultant, Automation & Stuff
April 21st, 2010
[...] By peter.stilgoe 1) Get your Sharepoint list into XML format [...]
Populating an Infopath dropdown using a specific Sharepoint list view | Sharepoint Consultant, Automation & Stuff
July 6th, 2010
[...] The way round this is to create you data connection using an XML source, use this link to find out how to view your list data as XML and get the source URL – http://www.petestilgoe.com/2009/11/converting-a-sharepoint-list-into-xml/ [...]