1
Hello,
Personal need to modify a value within an xml Node, the problem is that I need to do this in 1300 files at once, the value I look for inside the node can be any one, it does not make any difference the value that this there, I just need to modify this node in all the files at once, 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>
Just this, some suggestion, what a tool to use?
<VDesc>
appears more than once in the file or only in the line that should be changed?– Reginaldo Rigo
The tool that will import these files is own or third party?
– Reginaldo Rigo
it’s supposed to be like that,
<VDesc>
and</vDesc>
, V and v?– Guilherme Lautert