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

  • Home
  • SEARCH
  • 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 6142227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:21:28+00:00 2026-05-23T18:21:28+00:00

I have the xml code that contains to a table with 2 rows. <table>

  • 0

I have the xml code that contains to a table with 2 rows.

<table>
       <thead>
              <tr>
                  <td class="num">test</td>
                  <td class="num">test2</td>
              </tr>
       </thead>
</table>

I am using xpath to grap the data from the row.
how do i retrieve only the first row data from the table and not all the data.

The xpath code i am using now is:

/table/thead/tr/th[@class='num']

And my current output is:

test
test2

What do I have to add in the xpath code so I can select the first row only?

  • 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-23T18:21:28+00:00Added an answer on May 23, 2026 at 6:21 pm

    Your result is the expected output, the XPath expression asks for all nodes which match, and the two you get are therefore correct.

    If you want only the first one, you can do this:

    /table/thead/tr/th[@class='num'][1]
    

    Otherwise post your expectation…

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

Sidebar

Related Questions

I have a bit of code that basically reads an XML document using the
I have an XML file that contains price value.I want to sort my table
I have an stored procedure that works on an table that contains xml field,
I have an xml-file that contains data that I want to read. The code
I have some XML code that looks like this <SEARCHRESULTS> <FUNCTION name=BarGraph> <PARAMETER name=numList></PARAMETER>
I have some code that uses Open XML to open up a .docx file,
I have the following code that serializes a DataTable to XML. StringWriter sw =
I have a line of PHP code that does the following: $xml = <xml><request>...[snipped
In my .aspx.cs I have a code that reads a .xml file and I
I am a total beginner in JS/XML. I have this simple code that needs

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.