How would I go about/what is the easiest way to do the following:
Read in an XML file (easy enough)
Navigate to a section (well, several sections) that I'm interested in.
Change values of elements I'm interested in (e.g. a "true" to a "false")
Save the file
The bits I'm interested in could be one of four things, but for now I'll just worry about one of them.
I'm being especially retarded today.
Read in an XML file (easy enough)
Navigate to a section (well, several sections) that I'm interested in.
Change values of elements I'm interested in (e.g. a "true" to a "false")
Save the file
The bits I'm interested in could be one of four things, but for now I'll just worry about one of them.
I'm being especially retarded today.