Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Geoffrey Gilson
0
1
937
text file to xml
Jan 30 2014 7:44 AM
Hi :) I have a file containing text such as
TestG
{
RandomLine
AnotherRandomLine
GuessWhat.Again.ALINE
}
TestG.Random
{
Patati
Patata
}
And I want to convert it to a xml file like
<Function name="TestG">
<item>RandomLine</item>
<item>AnotherRandomLine</item>
<item>GuessWhat.Again.ALINE</item>
</Function>
<Function name="TestG.Random">
<item>Patati</item>
<item>Patata</item>
</Function>
I hope it will be possible :) Thank you
EDIT:
I loaded the text file and made a list out of it.
I really don't know what to do now :/
Reply
Answers (
1
)
How to calculate date time using dtpicker and masked edit
sms from windows forms ?