QDomNodeList anchors = docElem.elementsByTagName("en-media");
int enMediaCount = anchors.length();
for (int i=enMediaCount-1; i>=0; --i) {
QDomElement enmedia = anchors.at(i).toElement();
if (enmedia.hasAttribute("type")) {
QDomAttr attr = enmedia.attributeNode("type");
QDomAttr hash = enmedia.attributeNode("hash");
String[] type = attr.nodeValue().split("/");
String appl = type[1];
if (type[0] != null) {
if (type[0].equals("image")) {