--- documentViewer/MpdlXmlTextServer.py 2010/10/14 10:44:18 1.121 +++ 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 i in href: - href = ",".join(href) - logging.debug("getGisPlaces :%s"%(href)) + 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=',"?")