I have a tree view generated dynamically
the idea is to loop into them just to get the some values, but we don't know how many childs every element has.
<ul>
<li>something here</li>
<li>something here
<ul>
<li></li>
<li></li>
...more and more childs
</ul>
</li>
</ul>