Hi All
First of all happy new year!
Im very new to vb.net and Im struggling to add data to an existing xml document. An example of the document is as below :
-----------------------------------------------------------
<?xml version="1.0" encoding="iso-8859-1"?>
<tasks>
<task >
<employeeName>Bob</employeeName>
<taskDescription> <taskCreationDate>01/06/2004</taskCreationDate>
<completionDate>01/06/2004</completionDate>
<status>Completed</status>
</task>
<task >
<employeeName>Bob</employeeName>
<taskDescription> <taskCreationDate>01/06/2004</taskCreationDate>
<completionDate>01/06/2004</completionDate>
<status>Completed</status>
</task>
</tasks>
-----------------------------------------------------------
I wish to add a new task to the document, can anyone help?
Many Thanks for reading my question
Colin
First of all happy new year!
Im very new to vb.net and Im struggling to add data to an existing xml document. An example of the document is as below :
-----------------------------------------------------------
<?xml version="1.0" encoding="iso-8859-1"?>
<tasks>
<task >
<employeeName>Bob</employeeName>
<taskDescription> <taskCreationDate>01/06/2004</taskCreationDate>
<completionDate>01/06/2004</completionDate>
<status>Completed</status>
</task>
<task >
<employeeName>Bob</employeeName>
<taskDescription> <taskCreationDate>01/06/2004</taskCreationDate>
<completionDate>01/06/2004</completionDate>
<status>Completed</status>
</task>
</tasks>
-----------------------------------------------------------
I wish to add a new task to the document, can anyone help?
Many Thanks for reading my question
Colin