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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:40:55+00:00 2026-05-15T20:40:55+00:00

For an XDocument descendants operation how can only return immediate child nodes? I have

  • 0

For an XDocument descendants operation how can only return immediate child nodes?

I have an operation along the lines of:

XDocument xmlDc = XDocument.Load(dependencyFilePath);    
IEnumerable<IGrouping<string, XElement>> scriptNodes = 
from s in xmlDc.Descendants("script") select s;

The problem is my XML doc is structured as follows

<topNode>
 <script>
    <someNode>...</someNode>
    <script>....</script>
 </script>
</topNode>

Essentially, script tags can have child scrip tags, but when I do Descendents, I only want to retrieve immediate child node, not grandchild script nodes.

Is this possible with XDocument? Can I use a predicate to somehow check if a potential selectee has for parent the node I am checking from to accomplish this?

  • 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-15T20:40:56+00:00Added an answer on May 15, 2026 at 8:40 pm

    I think Elements("script") would do the trick, instead of Descendants("script")

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

Sidebar

Related Questions

Hai I have An XDocument .All nodes in this document have an attribute UserId.
How can i return xdocument from wcf service??? what i need to do to
XDocument loadedData = XDocument.Load(book.xml); var data = from query in loadedData.Descendants(paragraph) select new CountryData
I have the following: XDocument xdoc = XDocument.Load(C:\\myfile.xml); List<Tag> list = new List<Tag>(); foreach
Linq Code XDocument docs = XDocument.Load(new StreamReader(response.GetResponseStream())); List<string> books = docs.Descendants(INTEL) .Select(x => new
XDocument xdoc = XDocument.Load(file); IEnumerable<XElement> categories = xdoc.Descendants(Category); foreach (XElement category in categories) {
I have an XDocument with a number of elements/child elements etc and I'd like
I have some .Net 3.5 code that uses the XDocument class. Can you suggest
Why can't I call FirstOrDefault() on this XML, whereas I have other XDocument s
I can't seem to find anything other than XDocument.Descendants () in the documentation. Is

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.