how export xml file from Blogger using with google api

"Magic.SilverLight" <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
i want to export my blogger using with google api v2. (**xml format**)   

here is some of my codes :   

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using Google.GData.Blogger;
    using Google.GData.Client;
    using Google.GData.Photos;
    using Google.GData.Extensions;
    using System.IO;
    
            private void button1_Click(object sender, EventArgs e)
            {
                CheckForIllegalCrossThreadCalls = false;
                Service service = new Service("blogger", "MyGoogleApi");
                service.Credentials = new GDataCredentials("blobloblo", 
"blablabla");
                GDataGAuthRequestFactory factory = 
(GDataGAuthRequestFactory)service.RequestFactory;
                factory.AccountType = "GOOGLE";
    
                
/////////////////////////////////////////////////////////////

                //here is the url to retrieve export file :   

                //https://www.blogger.com/feeds/blog-id/archive  

                //how can i use this url for my purpose?
            }

*Tags : C# - Google API Blogger v2.0 - Export - XML*

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.