I have XML files that I need to import and edit. Then I need to be able to export them with all of the same header tags. Essentially not changing anything but the values in the XMLs. When I use application.importXML it is easy to change the values, however when I then use ExportXML it changes and replaces the header tags with it's own default. The only way I found to get around this is to import the XMLs as a text file then edit, but then it isn't formatting properly.
Is there a way to import/export XML in Access virtually unchanged besides a few of the values? I need the solution to use Access VBA.