--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:21:00 1.116 +++ 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)): - logging.debug( "Element with nummer ist:%s"%(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=',"?")