--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:27:53 1.117 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 10:52:54 1.122 @@ -154,9 +154,10 @@ 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.split(",") + #href = ",".join(href) + logging.debug("getGisPlaces :%s"%(href)) + #return ";".join(["%s=%s" % (href, href) for href, href in params.items()]) #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?")