Using htmlagilitypack i'm extracting the html content from a web page and storing it in a string. I have even removed all the tags in the output. Now i want to populate the data grid with the values inside the output string. I thought of converting this string which has html content to xml and use it as source for datagrid. When i convert html string to xml the output is looking like below code, CRM
         
        some text
          education details
          Id details 
      Salary
      Experience
      Location
      Name 
                    Mobile: 
                    Region 
         
        Similar Resumes    New  crm
         
        crm
          education details
          Id details 
      Experience
      Name 
                    Telephone: Region 
         
        Similar Resumes      CRM
         
Here there are no tags in xml file, hence don't know how make these values display in datagrid.
 
     
    