Lors de la génération de XML à partir de XmlDocument dans .NET, un xmlnsattribut vide apparaît la première fois qu'un élément sans espace de noms associé est inséré; comment peut-on éviter cela? Exemple: XmlDocument xml = new XmlDocument(); xml.AppendChild(xml.CreateElement("root",...