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
{{ message }}
This repository was archived by the owner on Jun 13, 2018. It is now read-only.
It's unclear from documentation how to iterate over attributes of a given XML node.
I tried the following, without success:
This prints:
What I need is an iterator that would iterate through all attributes of "a" node: "value", "x".
Any help?