how we can convert text file into xml format in c#
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Many ways, it totally depend upon data format in your text file, AFAIK, you can do that in two ways:-
1.Read Text File
2.Split or gather the information
3.use simple xml tag to write XML files
If you little advance knowledge of XML, you can all use XML serialization to create XML for you, following step would help in same:-
more info :- http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=236