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

[question] loop true all elements and text #63

Open
Commandcracker opened this issue May 12, 2023 · 0 comments
Open

[question] loop true all elements and text #63

Commandcracker opened this issue May 12, 2023 · 0 comments

Comments

@Commandcracker
Copy link

I have a recursive function that goes through all elements from top to bottom, and I want to handle booth "raw" text and tags.

I seam to only be able to get one thing.
"Raw" text by using "textonly" on the html tag, but it returns one long string, so I'm not able to handle tags differently from tags.
(I noticed, that "textonly" is not in the README should it be added ?)
Tags by using the selector "*", but it will ignore all text.

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

No branches or pull requests

1 participant