View Full Version : updating xml nodes?
dudeamisgriff
08-30-2008, 02:38 PM
anybody have any idea how to simply update a node's text with a javascript variable?
Alex Vincent
08-31-2008, 08:55 AM
I assume you're talking about a text node here, so it's really simple:
textNode.nodeValue = "Hello World!";
dudeamisgriff
08-31-2008, 09:36 AM
I assume you're talking about a text node here, so it's really simple:
textNode.nodeValue = "Hello World!";
thanks for responding, but I'm really new to this so I need info from the ground up. like how do I load the xml, select the node I want and save it.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.