Avatar

Level 4

ffor E.g

<Root >

   <Child>

      <Nod1>

      <Nod1>    

   </child>

   <Child>

      <Nod1>

      <Nod1>    

   </child>

</Root>

Now we can use tthe above code like

xfa.datsets.data.Root.nodes

then it will return the length - 2

But now again i  want to trace last node. Here <nod1> and <nod1>.

How to get the nod1 tag or how to find the length of the <child> tag .

Advance thanks .