Re: Saving to files - XML - C#

From: Chris, Master of All Things Insignificant (chris_at_No_Spam_Please.com)
Date: 02/11/05


Date: Fri, 11 Feb 2005 13:10:20 -0600

This link has an example of writing out an XML file.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconWell-FormedXMLCreationWithXmlTextWriter.asp

Chris

"Kenny ODell" <KennyODell@discussions.microsoft.com> wrote in message
news:AE4D20D0-D0BE-4B26-B380-6660ABEABDA2@microsoft.com...
>I am fairly new to the C# world, and I am seeking a little guidance about
> saving user information. Consider the following:
>
> I have several windows which contain settings for an embedded target. The
> user will either load the settings from a file (which is why I am writing
> this question), or type them in manually, or upload them from the target.
>
> What I need to know is how to create a XML file. In past projects, we
> created an INI type file, but now we want to do XML. I am writing this
> app
> in C#.
>
> If you have pointers or examples, I would appreciate it. The Knowledge
> base
> and help files are not very helpfull to someone who is so new to the tool.



Relevant Pages

  • Re: How to edit a large xml file (250MB)?
    ... I also have no access to editor which exported mentioned xml file. ... inserting and deleting some lines of text; writing something)" is very fast. ...
    (comp.text.xml)
  • Re: ultra newbie question (dont laugh)
    ... storing employee information in an XML file. ... but not as fun as writing the logic. ... Is OOP necessary here? ... Perhaps I should just take some kind of programming intro class! ...
    (comp.lang.python)
  • ultra newbie question (dont laugh)
    ... I've decided to make a little project for myself which involves storing employee information in an XML file. ... I also plan to make a GUI frontend with wxPython for entering the records. ... For now I've decided to focus just on writing the logic, and not worry about the GUI yet. ... Would utility functions work just as well for simply writing the information to a file? ...
    (comp.lang.python)
  • Read and Write Files
    ... I am writing an ISAPI extension for the Windows CE Webserver. ... but now I try to write and read files in the ISAPI. ... I have a XML file, and I transform it with a XSL to a HTML Form inside ... FILE *stream; ...
    (microsoft.public.windowsce.app.development)
  • Saving to files - XML - C#
    ... saving user information. ... What I need to know is how to create a XML file. ... created an INI type file, but now we want to do XML. ... I am writing this app ...
    (microsoft.public.dotnet.languages.csharp)

Loading