javascript - XML update and Insert -


(xml)

<leapdeck>   <user>     <id_user>1</id_user>      <name>adam</name>     <notif>200</notif> </user>  <user>     <id_user>2</id_user>     <name>budi</name>     <notif>100</notif> </user>  </leapdeck> 

my question is..

i need update user's

its like, update adam's notif 200.

the last questions is...

how insert new user xml

  <user>     <id_user>3</id_user>      <name>brian</name>     <notif>3</notif> </user> 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -