How can I make a C# console program reads the attributes of an xml file then output it to a text file in the format: textbox.Settings.Keywords.Add("attribute")
where attribute is the attribute. A sample of the xml file:
<Keywords>
...
<Keyword name = "if" />
<Keyword name = "else" />
...
</Keywords>