|
-
Feb 19th, 2002, 10:47 PM
#1
Thread Starter
Lively Member
How to remove a node in a XML document ?
Good day !
Let say if I have a XML document contains the following code:
<ROOT>
<SUB1>
<SUB2>
</SUB2>
</SUB1>
</ROOT>
What should I do to remove a sub-node? I was told that I can use RemoveChild ( Correct ? ) but I don't know how to implement it.
Help .......
Thanks a lot !
SonicWave
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|