Results 1 to 3 of 3

Thread: How to create Xml file using c#

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Posts
    91

    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
  •  



Click Here to Expand Forum to Full Width