--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:36:19 1.119 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:44:01 1.120 @@ -154,13 +154,13 @@ class MpdlXmlTextServer(SimpleItem): for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue - - #logging.debug("getGisPlaces :%s"%(href)) + for i in href: + href = ",".join(href) + logging.debug("getGisPlaces :%s"%(href1)) #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?") #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) - href = ",".join(href) logging.debug("getGisPlaces :%s"%(href)) return href