Convert a txt file to XML in Scala

I'm supposed to convert a small flat text (txt) file to XML for a program I'm running in Scala but don't know where to start. I've tried various methods but am having trouble so far. My file is of a few strings and several integers.I'm still using very basic Scala, so the simpler, the better!Thanks in advance to anyone who helps out.
 
Back
Top