Sunday, March 25, 2012

Javascript XML DOM Manipulation

Navigating the DOM with javascript is very useful. You can access any  data in the xml document that you wish. Manipulating that data is also another powerful feature available in javscript. You can update node values, remove, delete and create nodes on the fly.

Changing A Node Value

No comments:

Post a Comment