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 800975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T23:22:21+00:00 2026-05-14T23:22:21+00:00

I currently have some XML similar to the following <First Node> <Second Node> <Third

  • 0

I currently have some XML similar to the following

<First Node>
    <Second Node>
        <Third Node>
            <Fourth Node>
               'Lots of Children in here
            </Fourth Node>
        </Third Node>
    </Second Node>
</First Node>

The issue is I know the exact names of the First, Second and Fourth Nodes. However the Third Node can be from a very wide range of possible names. I have no way to change the structure of the XML when it’s being created(it’s coming from a third party interface).

I’ve attempted some linq similar to the following

tempElement = (From secondElement In xmlDoc.Descendants Select XMLDoc.Element("First Node").Element("Second Node")).FirstOrDefault

I’m using that to trim down unnecessary XML. So after that I have a XElement with

<Second Node>
    <Third Node>
        <Fourth Node>
        </Fourth Node>
    </Third Node>
</Second Node>

Then on that I’m using this linq statement to try to return just the Fourth Node

fourthElement = tempElement.ElementsAfterSelf.FirstOrDefault

This is returning me a null value. What would be the correct linq there, or is there a better way to do this?

Thanks

  • 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-14T23:22:21+00:00Added an answer on May 14, 2026 at 11:22 pm

    Just use Elements() instead of ElementsAfterSelf() – currently it’s looking for elements after SecondNode instead of elements within SecondNode.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently i have some interfaces (stripped down for here): public interface IJobGroup { string
I have a XML file similar to the following: <a> <b value=a123 /> <b
I currently have some action associated with when the user types something in a
I currently have some code which when you press the submit button, a marker
We're coding a Java6 project under Eclipse Indigo and we currently have some compilations
I'm using Zend_Search_Lucene, the PHP port of Java Lucene. I currently have some code
We have some stuff that may be exported into various formats. Currently we have
I have some code which I'm currently using to change the static-IP of a
I have some python code that currently performs expensive computation by performing the computation
I have some code that currently checks for minimum and maximum lentgh. I want

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.