Xpath: Last member (grandchildren) of branch

Is any solution how get last N-grandchildren if know his N-grandparent. Its like : I know start point of branch and I need take last element of this branch.

<div class="start-parent">
    ...
        ...         // a lot of other elements
            ...
                <div class="last-child end-of-branch"></div>
</div>

Ответы (0 шт):