Here we are again. Issue: Imagine a structure with 6 level (as an example). I reveive a parent.child combo the represent level 3 & 4 but this is something i don't know. The only known factor is the fact that the build-up of the structure goes sequential and from top to bottom. Now, creating the child is no issue (thx to Christopher ;) ), creating the parent could also be done but maybe i don't want to create it because it already exists in the 'tree' so far.
So, is there a way to easily get a hold of a certain node (assuming the root element is available off course)? In the above example i would be looking for an entry of the "parent" x node starting from the rootElement y. Tia, Fermin DCG

