|
-
Aug 9th, 2007, 12:07 PM
#1
Thread Starter
Lively Member
How to create Xml file using c#
Hi
i need to create Xml file in following format
<Files>
<FileLocation Id="C:\\DeskTop">
<FileName>test</FileName>
<FileName>test1</FileName>
<FileName>test2</FileName>
<FileName>test3</FileName>
<FileName>test4</FileName>
</FileLocation>
<FileLocation Id="C:\\Documents">
<FileName>test</FileName>
<FileName>test1</FileName>
<FileName>test2</FileName>
<FileName>test3</FileName>
<FileName>test4</FileName>
</FileLocation>
</File>
And i should be able to read this xml file
Please help me in this regard
Thanks
Vinay
Last edited by kumar_1981; Aug 9th, 2007 at 12:22 PM.
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
|