I am trying to read an XML file, which has the encoding:
<?xml version="1.0" encoding="ISO-8859-1"?>
I then iterate through the elements until I find the element I want, then I get the entire content of that element with:
Code:
string content = reader.ReadInnerXml();