--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:10:33 1.114 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:27:53 1.117 @@ -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 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=',"?")