I want to make an xml file like:
<?xml version="1.0" encoding="Windows-1252" ?>
<settings>
<typeofsetting>
<wordname="add" />
</typeofsettings>
</settings>
wordnamemay depend on what the user needs. How can I create an application that the user can create an XML file of what they need. Is there a good way to do this?
wordname not the user determined that he came from a database that was embedded in the application.
Do they have good practice doing this in C # win-form?
Steven spielberg
source
share