Maybe this question has been answered already but I wasn't able to
find it.
How can I use spaces in tag names?
For example <Purge Date>
I've tried XmlWriter.Write StartElement and
XmlWriter.Write ElementString but they output the name as it is, which
is incorrect from xml syntax point of view.
Comment