--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:10:33 1.114 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:34:46 1.118 @@ -153,9 +153,9 @@ 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 + href = ",".join(href) + logging.debug("getGisPlaces :%s"%(href)) #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?")