QDomElement eltAuthor = elt.firstChildElement("author");\r
QString firstName = eltAuthor.attribute("firstname","");\r
QString lastName = eltAuthor.attribute("lastname","");\r
QString mail = eltAuthor.attribute("mail","");\r
QDomElement eltAuthor = elt.firstChildElement("author");\r
QString firstName = eltAuthor.attribute("firstname","");\r
QString lastName = eltAuthor.attribute("lastname","");\r
QString mail = eltAuthor.attribute("mail","");\r