--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:10:33 1.114 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:18:35 1.115 @@ -153,9 +153,10 @@ class MpdlXmlTextServer(SimpleItem): result = dom.xpath("//result/resultPage/place") for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") - logging.debug("getGisPlaces :%s"%(hrefNode)) href= hrefNode.nodeValue - #koka=href + for i in range(0,len(href)): + print "Element with nummer ", i, "ist", href[i] + #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?")