--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:07:17 1.113 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:36:19 1.119 @@ -154,11 +154,13 @@ class MpdlXmlTextServer(SimpleItem): for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue - #koka=href + + #logging.debug("getGisPlaces :%s"%(href)) #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