[xml] insert node/child



Hi, I'm a newbie...
and in a simple xml like

<N1>
 <INFO>tmp</INFO>
 ....
</N1>

I would like to add  new node like

<NEWNODE>
 <N1>
   <INFO>tmp</INFO>
   ....
 </N1>
</NEWNODE>

Is there a better/faster solution than re-create a new doc+create node+copy old node, etc... ?

thanx

_________________________________________________________________
Recevez par e-mail des émoticônes pour MSN Messenger http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]