Hello all,
I hope somebody will give me a help with this.
I need to make a Powershell script that receives 2 XML files (source and destination) as parameter and based on what is on one file, it updates the second one. I don’t know what can be on the “source” XML, so the script needs to read everything from the source file and for each element; node, attribute, ect. Find it on the “destination” file and, if it exists update it, or create if it does not exists.
Thx
Nifa