-
One of my html tag name is
|
Beta Was this translation helpful? Give feedback.
Answered by
jhy
Jul 1, 2024
Replies: 1 comment
-
Yes, you should use the E.g.: See the example on try.jsoup. Documented here: https://jsoup.org/apidocs/org/jsoup/select/Selector.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jhy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you should use the
ns|E
selector. That is, replace the:
in the element name with|
.E.g.:
ac|structured-macro:contains(foo)
See the example on try.jsoup.
Documented here: https://jsoup.org/apidocs/org/jsoup/select/Selector.html