|
-
Jul 14th, 2006, 04:30 PM
#1
Thread Starter
Junior Member
xml HELP
hey how can i save and edit xml loading them wasnt a roublem but now that im trying to save them it doesnt seem to be working have no clue on wheere to start at. IF anyone has any hints what so ever i would like to have them in my hands please.
-
Jul 14th, 2006, 05:02 PM
#2
Re: xml HELP
assuming you are using the XML objects like XMLDocument, you should notice that it has a .Save method, which takes a filename as a param to determine where the file will be saved and under what name. If you are just loading, editing, and then saving an xml file, then you would obviously use the same name as the file you loaded.
when you have an xml document loaded into an xmdocument class, you can modify it by using the various methods like removechild, replacechild, etc....
I suggest you look through the MSDN help for the XML classes to see what is available to you.
http://msdn2.microsoft.com/en-us/lib...ldocument.aspx
-
Jul 15th, 2006, 07:13 AM
#3
Re: xml HELP
 Originally Posted by paperthinstories
hey how can i save and edit xml loading them wasnt a roublem but now that im trying to save them it doesnt seem to be working have no clue on wheere to start at. IF anyone has any hints what so ever i would like to have them in my hands please.
It would be helpful if you told us what the error was. It would be helpful if you stepped through the code to see where the anomaly is occurring.
-
Jul 15th, 2006, 12:40 PM
#4
Thread Starter
Junior Member
Re: xml HELP
well i didnt know where to start ! so no eorrors where poping up.
-
Jul 15th, 2006, 12:50 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|