Results 1 to 5 of 5

Thread: How to access XML elements ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    1

    How to access XML elements ?

    Hi all
    Please tell me how can I access an XML file reading/writing its elements from C#.

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: How to access XML elements ?

    Good place to start would be checking the documentation for the System.Xml namespace.


  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to access XML elements ?

    Look at XmlDocument, XmlReader, XmlNode...

    If you were to be more specific, we could give a more specific answer.

  4. #4
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    Re: How to access XML elements ?

    Check this link out:




    As axion said, also check the msdn, there are a lot of rich examples there.

    Hope this helps.


    Jennifer

  5. #5
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

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