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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:40:03+00:00 2026-06-02T09:40:03+00:00

I have made little test (with Jsoup 1.6.1): String s = +Jsoup.parse(<td></td>).select(td).size(); System.out.println(Selected elements

  • 0

I have made little test (with Jsoup 1.6.1):

String s = "" +Jsoup.parse("<td></td>").select("td").size();
System.out.println("Selected elements count : " + s);

It outputs:

Selected elements count : 0

But it should return 1, because I have parsed html with td element. What is wrong with my code or is there bug in Jsoup?

  • 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-06-02T09:40:05+00:00Added an answer on June 2, 2026 at 9:40 am

    Jsoup 1.6.2 allows to parse with different parser and simple XML parser is provided. With following code I could solve my problem. You can later parse your fragment with HTML parse, to get valid HTML.

    // Jsoup 1.6.2
    String s = "" + Jsoup.parse("<td></td>", "", Parser.xmlParser()).select("td").size();
    System.out.println("Selected elements count : " + s);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a little trouble getting gettext to work. I made a simple test
I have made this nice little table: testPage.cfm: <html> <head> <title>Test Page</title> <style> .blue{
I have made a little program in java that accepts a string as a
Visual Studio 2010 Express, Windows Forms. Have made myself my first little application which
So... I have some little flash graphs I made that pull data from an
I have just made my first proper little desktop GUI application that basically wraps
I have this little test-case which is supposed to show two widgets, with one
I made a little example of my problem here: http://peterbriers.be/test/float_html5.html As you can see,
Please excuse the simplicity and length of this, but I have a little test
I have a little problem, I just made a menu with some asp:hyperlink structured

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.