--- MPIWGWeb/xmlhelper.py 2004/09/03 08:04:22 1.6 +++ MPIWGWeb/xmlhelper.py 2005/10/10 08:42:49 1.6.2.1 @@ -177,7 +177,7 @@ def getText(nodelist): rc = u'' for node in nodelist: - if node.nodeType == node.TEXT_NODE: + if node.nodeType == node.TEXT_NODE: #print "node",node #print "NODE",node.data.encode('utf-8','ignore'),"V" #print "HALII"