Monday, May 11, 2009 Scala and XML - Part 1 As you know, Scala has a great syntax for XML. Here are some lessons from working with it. Here is a yet another Scala XML sample which creates html.import scala.xml.XML._ import scala.xml.NodeBuffer import scala.xml.dtd.{DocType, PublicID} object ScalaHtml { val words = List("one", "two", "three") val url = "http://www.scala-lang.org/" def main(args : A