web/ldt/ldt_utils/utils.py
changeset 62 39b2dab4f939
parent 41 a5719dcb742a
child 71 fc1210bbb854
--- a/web/ldt/ldt_utils/utils.py	Wed Sep 15 15:20:26 2010 +0200
+++ b/web/ldt/ldt_utils/utils.py	Tue Sep 21 04:27:08 2010 +0200
@@ -338,7 +338,7 @@
     # open xml
     doc = lxml.etree.parse(filepath)
     
-    res = doc.xpath("/iri/heqd/meta")
+    res = doc.xpath("/iri/head/meta")
     # update meta
     
     for meta_node in res: