If you don't want it to be output using escaped characters - then use a StringBuilder or StreamWriter.
The fact is, though, you're trying to generate bad XML that will not be parseable by any XML reader so there's actually no point - unless you are deliberately trying to break someone's XML handling!?