I want to be able to do this:
val myXml =
(because I don\'t know what the attribute details
Note: you need to
import scala.xml.Null
to get this to work, and not scala.Null, which also exists.
scala.Null