| Author |
EDIT AND DELETE XML DOCUMENT
|
Roisin Dunne
Greenhorn
Joined: Feb 19, 2004
Posts: 12
|
|
i have an XML document and i am using the DOM to manipulate this document. i am also using Javascript does anyone know how to go about delete nodes and editing nodes using these languages?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
You can not do it permanently with JavaScript if that is what you are after.
|
 |
Roisin Dunne
Greenhorn
Joined: Feb 19, 2004
Posts: 12
|
|
yes but using JAvaSCript and the DOm u can i was wondering if anyone knew how it could be done
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You can do it with any browser that supports ActiveX controls (AKA IE only) You can read this here: http://www.w3schools.com/xml/xml_parser.asp
|
 |
 |
|
|
subject: EDIT AND DELETE XML DOCUMENT
|
|
|