Quote Originally Posted by jacek View Post
First I would check if you can disable automatic entity encoding in XMLWriter.
I don't find any thing like that. There are several properties. I see that I can change encoding as:UTF, ASCII....but to be sincer, I don't know what look......However I have the same problem (I guess) when I have "myTag.innerText = "<div> </div>" and when I write it on the output file, I see &lt;div&gt;......Any other suggest? thanks.