Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Jsoup ownText #391

Closed
mBaratta96 opened this issue Mar 21, 2023 · 0 comments · Fixed by #396
Closed

Implementation of Jsoup ownText #391

mBaratta96 opened this issue Mar 21, 2023 · 0 comments · Fixed by #396

Comments

@mBaratta96
Copy link

Hello,
maybe I missed it, but I can't find any way to get the same results as Jsoup ownText method. It would be very useful since I'm in this condition:

<li> Text I want 1
  <ol>
    <li>...</li>
    <li>...</li>
    <li>...</li>
  </ol>
</li>
<li> Text I want 2
  <ol>
    <li>...</li>
    <li>...</li>
    <li>...</li>
  </ol>
</li>

Unfortunately, using text makes me have the entire text of the first <li> elements and that's not what I want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant