When I ask Claude desktop to read an XML file through Desktop Commander that contains <Name> and </Name> nodes anywhere it reads them as <n> and </n>. Even when it tries to read them through Desktop Commander using Python, Powershell, bash it always gets the <n> tag. Only when it tried to read the file as bytes it was able to actually read tags properly.