Hi Carl,
For preserving some element and updating others from the file, XML I suppose, you can use another approach.
The one you have already found in our user-guide presents the correct method of preserving the file entirely, but if you want to updater certain elements from it
I recommend the following:
-- in your new version include an XML search, as described in
our tutorial
-- the search will be used to obtain the entire content of the XML file, you can use it to store its contents in propertier very easy, as you can see in the tutorial
-- then in Files and Folders page use the properties set by the search as elements in the new XML file, i.e. for the elements you want to keep
-- for the elements you want to update simply use new properties, which are not set by the XML search that you will make.
So, when your new version package is launched the search will run in the beginning, retrieve the XML content and placing it into new properties, based on your settings,
the old XML is completely removed and the new one will be created using the search results as well as the new values which you wish to be updated.
Regards,
Bogdan