XML element addition
- From: "Alan T" <alanpltseNOSPAM@xxxxxxxxxxxx>
- Date: Sun, 18 Feb 2007 22:54:13 +1100
I used
XmlDocument to load from a file.
Then how do I append an element to the end?
<files>
<file>
<name>graphic.txt</name>
<location>c:\temp</location>
</file>
</files>
I want to add this:
<file>
<name>editor.exe</name>
<location>c:\executable</location>
</file>
.
- Follow-Ups:
- Re: XML element addition
- From: Morten Wennevik
- Re: XML element addition
- Prev by Date: Re: Adding reference of Excel COM won't work
- Next by Date: Re: compile dll with calls to methods that dont exit yet
- Previous by thread: Count number of records/tuples in a database
- Next by thread: Re: XML element addition
- Index(es):
Loading