public static void WriteElementStringSafe(this XmlWriter xml, string key, string value){ xml.WriteElementString(key, RemoveInvalidXmlChars(value)); }