Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Pablo Fischer
Hi! Yeah, I didnt know that, now I'm using two classes, arraylist (in one class) and the XmlSerializer and I can add, remove and modify accounts. And everytime the user want's to exit from mBloggy the XmlSerializer will update the XmlFile. Thanks! El dom, 05-10-2003 a las 19:30, Miguel de Icaza e

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Miguel de Icaza
Hello, > Well Im creating something like that, cause I'm loading the xmlfile > (LoadConfigFile) in a struct like this: > > private struct ConfigInfo { > string username; > string password; > string url; > string identifier; > } > > So if the file exists I 'load' the f

Re: [Mono-list] Modify XML Docs (part 2)

2003-10-05 Thread Pablo Fischer
Uhm.. After sending the last reply I think in that option.. 1. Load the xml file like you and Miguel says 2. Work in the array list with add/remove 3. After closing the app (delete_event), creates the new xml file Is it a good idea? Thanks! El dom, 05-10-2003 a las 14:44, Ben Maurer escribió:

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Pablo Fischer
Hi! Ok, I'll check the xml serialization, however the configuration NEEDS to be saved in a file, not in 'the fly', so every change to the accounts needs to be saved to the file (and then to the array, an array list or a struct array). Thanks! El dom, 05-10-2003 a las 14:44, Ben Maurer escribió: >

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Ben Maurer
On Sun, 2003-10-05 at 14:52, Pablo Fischer wrote: > Hello Miguel! > > Well Im creating something like that, cause I'm loading the xmlfile > (LoadConfigFile) in a struct like this: > > private struct ConfigInfo { > string username; > string password; > string url; > strin

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Pablo Fischer
Hello Miguel! Well Im creating something like that, cause I'm loading the xmlfile (LoadConfigFile) in a struct like this: private struct ConfigInfo { string username; string password; string url; string identifier; } So if the file exists I 'load' the file in

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Miguel de Icaza
Hello, > Im creating an app (mBloggy, to post 'posts' to a blog), however I'm > going to use a xml file to save the user configuration (the blogs). > Today I can write (JUST new files), read it and identify some parts, but > I dont undestand what the inet says about modifying xml files, so How > c

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Pablo Fischer
El dom, 05-10-2003 a las 13:28, Martin Willemoes Hansen escribió: > Will it be free software I can download some day? .. Im looking for > some good bloging software you see. Of course it will be free!, I think im in the 80% of the app, Im just in the 'user configuration' part and the 'format text'

Re: [Mono-list] Modify XML Docs

2003-10-05 Thread Martin Willemoes Hansen
On Sun, 2003-10-05 at 20:04, Pablo Fischer wrote: Hi! Im creating an app (mBloggy, to post 'posts' to a blog), however I'm going to use a xml file to save the user configuration (the blogs). Today I can write (JUST new files), read it and identify some parts, but I dont undestand what the ine

[Mono-list] Modify XML Docs

2003-10-05 Thread Pablo Fischer
Hi! Im creating an app (mBloggy, to post 'posts' to a blog), however I'm going to use a xml file to save the user configuration (the blogs). Today I can write (JUST new files), read it and identify some parts, but I dont undestand what the inet says about modifying xml files, so How can I modify a