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 an xml file? to modify nodes and remove elements, for example:
<mbloggy> <account> <username>Pablo</username> <password>Crypted</password> <identifier>Personal WebSite</identifier> <url>http://pablo.com.mx/xmlrpc.php</url> </account> <account> ... the same.. </account> </mbloggy> Thanks! -- Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx) http://www.pablo.com.mx http://www.debianmexico.org GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C Firma URL: http://www.pablo.com.mx/firmagpg.txt _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
