Nov. 24, 2017
8:42 a.m.
Chris Jerdonek schrieb am 23.11.2017 um 14:55:
I have a seemingly simple lxml.etree use case, but the API doesn't seem to support it.
Say I have an Element "root" at the root of a tree, and say I have an element "element" inside the tree. Is there an efficient way to get the element **after** "element" (in document order), and matching given tags?
Your use case isn't clear to me. How do you get at that element? Could you provide some more details? Stefan