Sign in | Join
Last post 07-02-2008 12:12 PM by Dynamic2008. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
{
xElement.Attribute(
}
xDocument.Save(FILE_PATH);
My xml file is like this:
<
</
The code doesn't update the document, any help?
This code was correct, sorry my problem was somewhere elase.
At least now you have a code that can be useful to update an xml element ;)
Regards