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>
how can i do it if any body can help me please reply me to
<email removed>
Thanks,
M.MANOJ
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>
how can i do it if any body can help me please reply me to
<email removed>
Thanks,
M.MANOJ
Comment