1
vote
0answers
101 views

How would you improve this scala basic xml template?

Currently exploring the play framework, I'm about to replace the proposed templating system, using the powerful xml processing of the scala library. HEre is what I have come with : import scala.xml._ ...