You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: