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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:35:24+00:00 2026-05-30T09:35:24+00:00

Needing some instructions on Xpath. I have something along the following lines in terms

  • 0

Needing some instructions on Xpath. I have something along the following lines in terms of HTML. How would I extract the table following the first paragraph with an image?

<p align="center">
    <img src="some_image.gif" alt="Some Title">
</p>
<table width="500" border="1" class="textstyle" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="4" align="center">
            <b>Label</b>
        </td>
    </tr>
    <tr>
        <td align="center">
            Text
        </td>
        <td align="center">
            Text
        </td>
        <td align="center">
            Text
        </td>
        <td align="center">
            Text
        </td>
    </tr>
</table>
<blockquote>
    <p class="textstyle">
        Text.
    </p>
</blockquote>

Obviously I’d like to see how to write the xpath for this, however I would further like to understand my options via some kind of an abbreviated list / cheatsheet of what options exist for xpath. I was considering using something along the lines of this:

//table[preceding-sibling::p[contains(align(), "center")

or perhaps something that would allow me to say a p that’s centered with an img in it, however I’m just not sure where to go to get a nice comprehensive list vs an actual writeup that explains all the gory details.

  • 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-30T09:35:26+00:00Added an answer on May 30, 2026 at 9:35 am

    Use:

    (//p[img])[1]/following-sibling::table[1]
    

    This selects the table that is the first table – following sibling of the first p in the document that has an img child.

    I recommend using the XPath Visualizer — a tool that has helped many thousands of people learn XPath the fun way.

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

Sidebar

Related Questions

I am needing some help with SQL syntax. Say I have a members table,
In a desktop application needing some serious re-factoring, I have several chunks of code
I saw something about needing to have the assembly available for the type of
I'm needing some help with mod rewriting. I have been looking online for the
I'll be building a Wordpress theme and would be needing some advice in implementing
I have some jars in the current directory, all needing to be in the
needing some help to just break down the problem. I have new users who
Needing some direction and/or sample jquery code for the following: Prepend all inbound? links
I am needing some information on including files in PHP classes. E.G. include Foo2.php;
I'm needing to cache some data using System.Web.Caching.Cache . Not sure if it matters,

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.