How to ignore namespaces? #117
Answered
by
renggli
bubnenkoff
asked this question in
Q&A
-
I need to parse docs that have namespaces. I need to ignore them, to be able write:
Instead of:
|
Beta Was this translation helpful? Give feedback.
Answered by
renggli
Nov 9, 2021
Replies: 1 comment
-
Use final titles = document.findAllElements('titles', namespace: '*'); Will use this issue to improve the documentation of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
renggli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
Will use this issue to improve the documentation of
findElements
andfindAllElements
.