--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:10:33 1.114 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:21:00 1.116 @@ -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)): + logging.debug( "Element with nummer ist:%s"%(href[i])) + #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?")