Writing to an xml file with xmllite?
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2009-11-15T01:56:32Z
Indexed on
2010/04/22
6:03 UTC
Read the original article
Hit count: 191
I have an xml file which holds a set of "game
" nodes (which contain details about saved gameplay, as you'd save your game on any console game). All of this is contained within a "games
" root node. I'm implementing save functionality to this xml file and wish to be able to append or overwrite a "game
" node and its child nodes within the "games
" root node.
How can this be accomplished with xmllite.dll
?
© Stack Overflow or respective owner