--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:27:53 1.117 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:34:46 1.118 @@ -154,9 +154,8 @@ class MpdlXmlTextServer(SimpleItem): for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue - for l in href: - href1 = append(href) - logging.debug("getGisPlaces :%s"%(href1)) + href = ",".join(href) + logging.debug("getGisPlaces :%s"%(href)) #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?")