Hi all,

I need some information ergarding adding a node to already existing xml

i have this xml

<order>
<no>1</no>
<name>jkhh</name>
</order>

now my requirement is i need to add a node after name node

the node is

<location>
<street/>
<dno/>
</location>...