Hello!
You know that xml files are hierarchical, ie there is a top level attribute, then sub-attributes are indented and so on.
How can I copy the hierarchy, ie the upper level attributes of a selected attribute/line?
For example:
<a>
<1>
<2>
<x1>
<x2>
I want to select x2 and copy the hierarchy of it, ie the upper level attributes that x2 belongs to:
<a>
<2>
Any idea?
Thanks!