Hey all, i am trying to save a XmlDocument UTF-8 encoded.
My XmlDecaration already says its UTF-8 encoded but still if I do this:
myXmlDom.save(path);
it saves it as whatever, but not as UTF-8.
So how can I encode that entire XmlDom?
Thanx in advance
Stephan