I have a number of
XML files which need to be updated for my application. As more and more features
need to be customized, I need to update more and more XML files and properties.
Obviously, I can manage a build script to do all of these, but I'd honestly
prefer not to do it that way. Has anyone ran into something like this before? My
first thought is to come up with an XML file that defines the properties to
update; but if someone has already attacked this, I'd like to hear their
solution.
Michael Flanakin