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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:06:05+00:00 2026-05-27T08:06:05+00:00

I have html as follows: html = ‘<html><table>this is a table<p>some text</p></table><p>text outside of

  • 0

I have html as follows:

html = '<html><table>this is a table<p>some text</p></table><p>text outside of table</p></html>'

I want to move to the end of table and then find the next tag. I tried using findNext but if there is a tag inside the table it finds that tag instead of the next tag outside of the table.

soup = BeautifulSoup(''.join(text))
table = soup.find('table')
test = table.findNext()

This code gives me:

<p>some text</p>

However, I want it to give me:

<p>text outside of table</p>

The main problem is that I can’t always specify that a tag is a ‘p’ tag. I could have html like this:

html = '<html><table>this is a table<td>some text</td></table><table>text outside of table</table></html>'

So, I can’t really rely on the tag identifiers to get to the next one. In the above code, I want to return:

<table>text outside of table</table>

I realize that I could just use findNext twice, but often there are hundreds of tags inside each table and so that wouldn’t work.

  • 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-27T08:06:05+00:00Added an answer on May 27, 2026 at 8:06 am

    would

    test = table.nextSibling
    

    work for you?

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

Sidebar

Related Questions

I have html code that looks roughly like this: <div id=id1> <div id=id2> <p>some
I have an html as follows: <fieldset id=question1> <legend class='legend'>...</legend> ... <input type=text name=label_no1
I have my HTML coded as follows; <div class=welcomeText> <ul> <li><span<%=Some Java Code%></span> </li>
I have an HTML table that is defined as follows: <table id=myTable cellpadding=0 cellspacing=0>
I have some HTML text files that I would like to dynamically include in
I have a table defined as follows in HTML: <table border=0 cellpadding=0 cellspacing=0 style=width:100%;>
I have an HTML page as follows Lorem Ipsum is simply dummy text of
I have a HTML code as follows; <div>Content table with varying height</div> <div id=buttons>
I have an HTML table defined as follows: <table border=0 cellpadding=0 cellspacing=0> <tr> <td
I have a HTML snippet as follows, I want to take the 'article-form' div,

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.