To convert item data from the provider format to the FeedSync format, Sync Framework first calls ConvertItemDataToXml. If ConvertItemDataToXml returns E_NOTIMPL, Sync Framework will call ConvertItemDataToXmlText to convert the item data. Only one of these methods has to be implemented.