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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:50:57+00:00 2026-06-04T11:50:57+00:00

I have a HTML string: <span class=thisword>anh</span><br /> -grand frère</span><br /> -cousin (fils d’un

  • 0

I have a HTML string:

<span class=thisword>anh</span><br />
-grand frère</span><br />
-cousin (fils d'un grand frère ou d'une grande soeur du père ou de la mère)</span><br />
-(nom générique désignant un homme encore jeune)</span><br />

I want to get the strings in it.
I have done the following:

Elements ed=docu.getElementsByTag("span");
for(Element e: ed)
{
    System.out.println(removeHTML(e.toString()));
    // removeHTML is method remove tags in HTML receive
}

It only displays the string

anh

I want it to display

anh -grand frère -cousin (fils d'un grand frère ou d'une grande soeur du père ou de la mère) -(nom générique désignant un homme encore jeune)

but I haven’t had any success. Can you help me?

  • 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-04T11:50:58+00:00Added an answer on June 4, 2026 at 11:50 am

    The HTML isn’t valid… you can’t expect much anything from that.

    Your program is probably outputting four strings, one with text, the other three empty. Your HTML is being interpreted like this (at least to most browsers):

    <span class=thisword>anh</span><br />
    -grand frère<span></span><br />
    -cousin (fils d'un grand frère ou d'une grande soeur du père ou de la mère)<span></span><br />
    -(nom générique désignant un homme encore jeune)<span></span><br />
    

    You’re not opening all these other spans that you’re supposedly closing. You need to start a new span before each line of text if you want it all to be included:

    <span class=thisword>anh</span><br />
    <span>-grand frère</span><br />
    <span>-cousin (fils d'un grand frère ou d'une grande soeur du père ou de la mère)</span><br />
    <span>-(nom générique désignant un homme encore jeune)</span><br />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have an HTML string such as: <div><p>£20<span class=abc /><span class=def>56</span></p></div> And I
I have a HTML string and want to replace all links to just a
I have the following: string html_string = http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=pharma; string html; html = new WebClient().DownloadString(html_string);
Background: I have string of html with about 10 image tags that passes through
I have an HTML document as a string I want to search for a
I have some html extracted to a string var, and want to then use
I have the following line of code. <%= Html.Encode(string.Join(, , item.company1.companies.Select(x => x.company_name).ToArray())) %>
I have a string (partly HTML) where I want to replace the string :-)
I have a string containing HTML and I need to replace some words to
I have a text string with HTML embedded in it. It also has CRs

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.