For anyone wondering how to do this easily / en masse:
- Copy and paste every node into a text editor (Notepad for me)
- Find: ParameterName="
- Replace all: ParameterName=" XXX
(This adds a prefix)
Maybe you can do it a fancier way with code but this worked for me. A great trick, Thank you Luos!