Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6822487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:40:08+00:00 2026-05-26T21:40:08+00:00

I am trying to get some data from xml file from my C# coding.

  • 0

I am trying to get some data from xml file from my C# coding.

How can I get the data of claim node if the following claim-ib-info node does not contain withdrawn node.

If you are not clear about my question, let me know.

I don’t know much about XML and thanks in advance.

<info>
    <claim kind="national" sequence="1">
        <country>UK</country>
        <number>66</number>
        <date>20080602</date>
    </claim>
    <claim-ib-info>
        <received-at>
            <date>20090610</date>
        </received-at>
    </claim-ib-info>


    <claim kind="national" sequence="2">
        <country>US</country>
        <number>125</number>
        <date>20080501</date>
    </claim>
    <claim-ib-info>
        <withdrawn>
            <date>20100721</date>
        </withdrawn>
    </claim-ib-info>


    <claim kind="national" sequence="3">
        <country>TH</country>
        <number>61</number>
        <date>20090316</date>
    </claim>
    <claim-ib-info>
        <received-at>
            <date>20090610</date>
        </received-at>
    </claim-ib-info>


    <claim kind="national" sequence="4">
        <country>MY</country>
        <number>66</number>
        <date>20090209</date>
    </claim>
    <claim-ib-info>
        <withdrawn>
            <date>20101221</date>
        </withdrawn>
    </claim-ib-info>
</info>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:40:09+00:00Added an answer on May 26, 2026 at 9:40 pm

    Try to learn and use Linq to XML.

    var list = from ele in XDocument.Load(@"c:\files.xml").Descendants("claim-ib-info")
                        where ele.Element("withdrawn")!=null
                       select ele.PreviousNode  ;
    
    foreach (var t in list)
    {
        Console.WriteLine(t);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting the following error when trying to add some data from myXml.xml to
I have sugar crm instance and i was trying to get some data from
I am trying to get some form data from POST method. Here's the code
i am trying to get some data, but i dont know how can i
I am trying to get some XML data with LINQ, but running into a
I'm trying to get data from multiple XML feeds and copy that data to
I'm trying to bind to some XML data from my WPF application. I've set
working on creating an XML file with some data using Python. I am trying
I am trying to display some xml data from remote URL using jquery and
Hey guys. I'm trying to parse xml file in order to extract some data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.