K
Kasp
Consider an xml like this:
<root>
<node>
<node>
<node>
</node>
</node>
<node>
</node>
<node>
</node>
<node>
<node>
<node>
<node>
</node>
</node>
</node>
</node>
</root>
How can I find the max.depth of such a nested-node tree? I am using VB with
MSXML
I am pretty novice with XML and XPath and need some help how to do this? I
am hoping someone would be able to point me to a "non-recursive" solution as
my XML is very huge ~ 50MB!!
Thanks.
<root>
<node>
<node>
<node>
</node>
</node>
<node>
</node>
<node>
</node>
<node>
<node>
<node>
<node>
</node>
</node>
</node>
</node>
</root>
How can I find the max.depth of such a nested-node tree? I am using VB with
MSXML
I am pretty novice with XML and XPath and need some help how to do this? I
am hoping someone would be able to point me to a "non-recursive" solution as
my XML is very huge ~ 50MB!!
Thanks.