This code:
println(new XStream.toXML(List(1,2,3)))
produces this XML:
&
There is only one instance of an empty list, which is the object Nil.
Nil