//############################################################################ // XML Parsing //############################################################################ // $Id$ import scala.testing.UnitTest._ ; import scala.xml._ ; /** this file test just succesful run of the parser. There are no checks whether * the encoding to Scala expressions is done correctly */ object Test with Application { val x0 = ; val x1s = .toString(); val x2 = .toString(); /* whitespace (ws) handling */ val x3 = .toString(); /* ws in tags allowed */ val x4 = .toString(); /* ws in element content */ /* attributes */ val z =

Hello World

Check the scala page!

.toString(); val ent = hello   character entities! welcome   unicode characters! }