XML predecessors
In C # I need to get
currentnode.parentnode.parentnode.parentnode.firstchild.lastchild.lastchild
I am using some label to generate my MLM tree, which is an individual node overload at the fourth level, so I was trying to get those nodes and separate them.
I am new to XML, I hope my question is clear.
0
a source to share