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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:28:51+00:00 2026-05-16T00:28:51+00:00

I’m familiar with writing and reading my own XML files like e.g. for setting

  • 0

I’m familiar with writing and reading my own XML files like e.g. for setting but I need to read data from a huge xml file but I can’t find my starting point.

<span class="mw-headline" id="Kader_der_Saison_2010.2F11.5B51.5D">
  Kader der Saison 2010/11 
  <sup id="cite_ref-50" class="reference">
      <a href="#cite_note-50">[51]</a> 
  </sup>
</span>
</h3>
<table class="wikitable" width="550px">
   <tr bgcolor="#DDDDDD">
      <th>Name</th> 
      <th>Trikot</th> 
      <th>Nationalität</th> 
   </tr>
   <tr bgcolor="#EEEEEE">
      <th colspan="3" align="left">Torwart</th> 
   </tr>
   <tr bgcolor="#FFFFFF">
     <td>
         <a href="/wiki/Manuel_Almunia" title="Manuel Almunia">Manuel Almunia</a> 
     </td>
     <td align="center">1</td> 
     <td align="center">
        <span style="display:none" class="sortkey">Spanien !</span> 
        <a href="/wiki/Datei:Flag_of_Spain.svg" class="image" title="Spanier">
           <img alt="Spanier" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Flag_of_Spain.svg/20px-Flag_of_Spain.svg.png" width="20" height="13" class="thumbborder" /> 
        </a>
     </td>
  </tr>
- <tr bgcolor="#FFFFFF">
- <td>
  <a href="/wiki/%C5%81ukasz_Fabia%C5%84ski" title="Łukasz Fabiański">Łukasz Fabiański</a> 
  </td>
  <td align="center">21</td> 
- <td align="center">
  <span style="display:none" class="sortkey">Polen !</span> 
- <a href="/wiki/Datei:Flag_of_Poland.svg" class="image" title="Pole">
  <img alt="Pole" src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Flag_of_Poland.svg/20px-Flag_of_Poland.svg.png" width="20" height="13" class="thumbborder" /> 
  </a>
  </td>
  </tr>

As you (maybe) can see i´m trying to read the names of all team members starting next to “Kader_der_Saison” right from the wikipedia.
I need the title or text of these elements

<a href="/wiki/Manuel_Almunia" title="Manuel Almunia">Manuel Almunia</a>

to get the names Manuel Almunia, Łukasz Fabiański, etc.

I’ve tried a a couple of ways, xmldocument.GetElementById or Name, XmlReader.NoteTyp, XmlReader.MoveToNextAttribute, xmldocument.SelectNode(xpath), even tried a linq query on the document but I don’t get to the position of the names.

Any ideas how the find the “Kader_der_Saison” position and read the following <a link text?

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-16T00:28:51+00:00Added an answer on May 16, 2026 at 12:28 am

    This looks like HTML, not XML. Assuming that is correct, see this question.

    If it really is Xml (and someone chose really bad tag names), load it in as an XmlDocument or XPathDocument and use XPath navigation to call out the nodes by name.

    I don’t use XPathDocuments much, but with XmlDocument your code might look something like:

    XmlDocument xDoc = new XmlDocument();
    xDoc.Load(yourXml)
    var nodes = xDoc.SelectNodes(nodeName);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
In my XML file chapters tag has more chapter tag.i need to display chapters
I need to clean up various Word 'smart' characters in user input, including but
I want to construct a data frame in an Rcpp function, but when I
I have thousands of HTML files to process using Groovy/Java and I need to
I have a bunch of posts stored in text files formatted in yaml/textile (from
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but

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.