Used the following powershell to replace blank XML tags: - $PSDefaultParameterValues[\'*:Encoding\'] = \'utf8\' $XMLDocument = Get-Content $fileName -raw
$selectXML