Hello,
I need to modify a value inside an xml node, the problem is that I need to do this in 1300 files at one time, the value I look for inside the node can be any one, it does not matter what value it is there, just need to modify this node in all files at once, for example:
Em um xml pode estar
<VDesc>9.32</vDesc>
Em outro
<VDesc>1.45</vDesc>
Em assim por diante.
Preciso modificar em todos arquivos para
<VDesc>0.00</vDesc>
That's it, any suggestions, what tool to use?