C#
List<string>XmlDonustur=new List<string>();
Foreach ( i=0; i<txt.Count; i++)
{
XmlDonustur.Add("<item>"+txt[i]+"</item> ");

}