object xfor { import scala.xml.NodeSeq val books = Blabla Blubabla Baaaaaaalabla ; new NodeSeq { val theSeq = books.child } match { case t @ Blabla => t } //val n: NodeSeq = new NodeSeq { val theSeq = books.child } //n match { // case t @ Blabla => t //} }