Answered by:
Export sharepoint list to xml

Question
-
Hi,
We are searching for a feature to export sharepoint list to xml. We are in need to customize the xml schema.
Please let us assist if anybody has the solution for this
Thanks in advance.
- Moved by Hasham Niaz Wednesday, October 31, 2012 7:21 AM Moving to more appropriate Forum (From:MSDN, TechNet, and Expression Profile and Recognition System Discussions)
Tuesday, October 30, 2012 11:19 AM
Answers
-
Maybe http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneral/threads
If you get your question answered, please come back and
Mark As Answer.
Web Developer- Proposed as answer by Oliver Michalski Tuesday, October 30, 2012 5:07 PM
- Marked as answer by Steven AndrewsEditor Thursday, November 22, 2012 2:52 PM
Tuesday, October 30, 2012 1:24 PM -
Hello,
you can easily get list's xml by calling following URL:
http://your_site/your_subsite/_vti_bin/owssvr.dll?Cmd=Display&List={GUID}&XMLDATA=TRUE
The {GUID} in the URL above must be replaced by GUID of your list.
If you don't know how to determine your list GUID, you can click 'List Settings' and than explore URL path - GUID is one of its parameters (?List=GUID).
Sincerely
- Proposed as answer by Steven AndrewsEditor Thursday, November 22, 2012 2:52 PM
- Marked as answer by Steven AndrewsEditor Thursday, November 22, 2012 2:52 PM
Friday, November 9, 2012 3:50 PM
All replies
-
Maybe http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneral/threads
If you get your question answered, please come back and
Mark As Answer.
Web Developer- Proposed as answer by Oliver Michalski Tuesday, October 30, 2012 5:07 PM
- Marked as answer by Steven AndrewsEditor Thursday, November 22, 2012 2:52 PM
Tuesday, October 30, 2012 1:24 PM -
Hello,
you can easily get list's xml by calling following URL:
http://your_site/your_subsite/_vti_bin/owssvr.dll?Cmd=Display&List={GUID}&XMLDATA=TRUE
The {GUID} in the URL above must be replaced by GUID of your list.
If you don't know how to determine your list GUID, you can click 'List Settings' and than explore URL path - GUID is one of its parameters (?List=GUID).
Sincerely
- Proposed as answer by Steven AndrewsEditor Thursday, November 22, 2012 2:52 PM
- Marked as answer by Steven AndrewsEditor Thursday, November 22, 2012 2:52 PM
Friday, November 9, 2012 3:50 PM