![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: delete/remove node from XML with JavaScript
From: addi <addi00@gmail.com>
Date: Wed Apr 05 2006 - 22:29:02 CEST
I'd like to recommend the use of Sarissa
I believe that you are supposed to call "removeChild()" on the parent
parentNodeObject.removeChild(childNodeObjectToRemove);
But hey, I've been wrong before.
|