import scala.xml._ ; object Test with Application { val testValue = "This is a test."; val testValue2 = 42; val page = ; val page2 = ; Console.println( page.toString() ); Console.println( page2.toString() ); }