--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:07:17 1.113 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:18:35 1.115 @@ -154,7 +154,9 @@ class MpdlXmlTextServer(SimpleItem): for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") 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=',"?")