what I want is like this:
<a>
<b>
<c>
value
</c>
</b>
</a>
I've tried:
WriteValue()/WriteString() will not start a new line: "<c>value</c>"
WriteWhitespace(Environment.NewLine) will not keep the indent:
<a>
<b>
<c>
value
</c>
</b>
</a>
For some reason I have to use XmlTextWriter.