Dear friends,

I am new To Vb.net World. I have to Create a XML file like as shown below.

<Task>
<TaskStatus ID="PS0002436" status="Start" />
<TaskStatus ID="PS0002435" status="Start" />
<TaskStatus ID="PS0002434" status="Start" />
<TaskStatus ID="PS0002432" status="Start" />
</Task>

Is there any Code available for creating... i need to add the "Value" and "Status" from my code... As using .Net framework 1.1

Please Help.

Thanks and Regards,
Jayaprakash

Try using System.XML you'll find classes help you to do anything with XML files.

Thanks for the response

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.