def input = """ """ def students = new XmlParser().parseText(input) students.each { println it.'@Name' }