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