CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Posts
    4

    easiest way of using xml for simple storage

    Hi!

    I need only to fill a xml-file with 1-n list of filenames, and
    a easy way to delete from the list. I Have'nt used xml for 5 years or so, and i cant find any concrete example on this issue, as there are hundreds of ways of storing data and retriveing it seems.

    so only fill <files>filename</files>.. etc etc and remove of it..
    or should i just create a textfile and delete from it? :P

    thanks,
    - c

  2. #2
    Join Date
    Aug 2005
    Location
    Seattle, Wa
    Posts
    179

    Re: easiest way of using xml for simple storage

    If you are familiar with Datasets, an easy solution would be to use the built-in XML functions there.

    Examples here:
    http://www.codersource.net/csharp_da...etter_use.html

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

Featured