Read an XML file into memory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mickey0
    New Member
    • Jan 2008
    • 142

    Read an XML file into memory

    Hello,
    new to C#, I wonder which are the possibilities to read from file a xml into the memory (I mean like dom in Java, it reads the entire xml tree onto the memory).
    Furthermore: are there anything like sax in C#?
    thanks
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    Hi, Following links may help you... And many articles there in the internet. Google it.

    XML in C#
    XML in C#

    Regards
    Dheeraj Joshi

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      This article about XML in .NET is very detailed and explains things way better than we could.

      All the information you need on using XML in .NET and any other .NET controls can be found in the MSDN Library. This resource should get you pointed in the right direction....th ere are multiple articles on the controls like the XMLReader there that are very helpful and detailed. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

      -Frinny

      Comment

      Working...