Results 1 to 5 of 5

Thread: xml HELP

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    19

    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.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: xml HELP

    Quote 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.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    19

    Re: xml HELP

    well i didnt know where to start ! so no eorrors where poping up.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: xml HELP

    Post your code.

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