I have a powershell script which replace every occurance in file:
$destination_file = \'d:\\2.xml\' (Get-Content $original_file) | ForEach-Object { $_.replac