Hi micro techies,
I need to export the document from XML to SharePoint 2010/2013 document library or list. I got an bunch of xml from Fatwire content system. They need to migrate the all content from old version fatwire to SharePoint 2013. I searched in http but there is
not relative information about the Fatwire to SharePoint migration tool avaliable . So first i try to migrate the content[ doc,pdf,xls,txt] using the exported xml
Find the below xml.
<?xml version="1.0"?><document><asset id="1000040000012" type="DocumentContent" subtype="DocumentContent"><attribute name="Attribute_File"><file name="Internal.doc"><![CDATA[0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAcAAAAAAAAAAAEAAAcgAAAAEAAA]]></file></attribute><attribute name="flextemplateid"><assetreference type="DocumentContentDef" value="134344343335"/></attribute><attribute name="Attribute_DocumentType"><string value="MS Word"/></attribute><attribute name="updateddate"><date value="2004-08-29 14:25:19"/></attribute><attribute name="status"><string value="ED"/></attribute><attribute name="Attribute_Title"><string value="Our Own Application"/></attribute><attribute name="updatedby"><string value="mduffy"/></attribute><attribute name="createdby"><string value="mduffy"/></attribute><attribute name="createddate"><date value="2005-07-21 14:40:50"/></attribute><attribute name="name"><string value="Corporate Card Document"/></attribute><attribute name="Publist"><array><integer value="10000400000134"/></array></attribute></asset></document>
How can i retrieve the document file from this xml ?
Thanks advance
---------- Vadivelu B Life with SharePoint