Hi,
I need to insert a node after </C> as depicted below. Any info on how this can be done would be of great help.I need to do this in
VB COM and not in .NET.
<a>
<B>
<C>
<1></1>
<2></2>
<3></3>
<4> </4>
<D></D>
</C>
need to insert new node here(for eg : <servicetype type=""\>)
</B>
</a>
Defeat is not when you fall down,But,when you refuse to get up