Jun 17, 2004 #1 fixthebug2003 Programmer Joined Oct 20, 2003 Messages 294 Location US Hi, Does removeNode() function works to remove a node from a XML document? Fixthebug2003
Jun 22, 2004 #2 jaybytez Programmer Joined Jan 8, 2003 Messages 65 Location US It should, are you having a problem with it? Upvote 0 Downvote
Jun 23, 2004 #3 simonchristieis Programmer Joined Jan 10, 2002 Messages 1,144 Location GB RemoveNode() only removes the node from the xml file in memory, don't forget to save the file as well. Upvote 0 Downvote
RemoveNode() only removes the node from the xml file in memory, don't forget to save the file as well.