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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:26:31+00:00 2026-05-30T15:26:31+00:00

How I select everything (all possible nodes) between the 1st and second h2? There

  • 0

How I select everything (all possible nodes) between the 1st and second h2? There can be n nodes between them, and there can be m h2 tags.

The nodes aren’t necessarily going to be contained in an HTML elment, so the selector can just grab them all.

<html>
 <h2>asdf</h2>
 <p>good stuff 1</p>
 <p>good stuff 2</p>
 <p>good <a href="#">asdf</a>stuff n...</p>
 <h2>qwer</h2>
 <p>test2</p>
 <h2>dfgh</h2>
 <p>test2</p>
</html>

I’m just getting my feet wet with XPath. Please help my newbie question 🙂

Thanks so much!

  • 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-30T15:26:32+00:00Added an answer on May 30, 2026 at 3:26 pm

    One XPath expression that selects the wanted elements is:

       /*/h2[1]
          /following-sibling::p
            [count(. | /*/h2[2]/preceding-sibling::p)
            =
             count(/*/h2[2]/preceding-sibling::p)
            ]
    

    In general, in such cases one can use the Kayessian formula for set intersection:

    $ns1[count(.|$ns2) = count($ns2)]
    

    This XPath expression selects all the nodes that belong both to the nodesets $ns1 and $ns2.

    If you want to get all nodes between two given nodes $n1 and $n2, this is the intersection of two nodesets: $n1/following-sibling::node() and $n2/preceding-sibling::node().

    Just substitute these expression into the Kayessian formula and you have the wanted XPath expression.

    In XPath 2.0, of course, one would use the << or >> operator, something like:

     /*/h2[1]/following-sibling::p[. << /*/h2[1]/]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have simple regex \.*\ for me its says select everything between and ,
Everything is possible with the OleDBDataReader class. ExecuteReader() for SELECT statements, and ExecuteNonQuery() for
Is it possible to write a linq select with a where clause which can
i have two select using as a dropdownlist for country/state everything works as i
I am trying to write a CSS selector that select everything except the script
Given any query (grouping, joins, and subqueries are all possible in any combination), I'd
I want to use a WILDCARD for everything in the statement beneath: SELECT threads.*
I have class MasterData whose instances contain some general information about all possible gadgets.
I have an application in which a user can pass in some or all
I know there are hundreds of questions about UTF-8 woes but I tried all

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.