TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Geoffrey Gilson
NA
1
1k
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 ?