“ )))
XDocument doc = new XDocument (
new XDeclaration ( "1.0", "utf8", "yes" ),
new XElement ( "Fields",
fieldList.Select ( x =>
new XElement ( "Field",
new XAttribute("name",
x.Replace ( """
Alte URL:
/snippet/liste-in-xml-konvertieren/1014