# HG changeset patch # User abukhman # Date 1287053574 -7200 # Node ID f692e109530bddb715e95c200ea8fb1182b12fbf # Parent f8844a6c0865b99354714824b654f32a77ac4f43 *** empty log message *** diff -r f8844a6c0865 -r f692e109530b MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Thu Oct 14 12:44:18 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 12:52:54 2010 +0200 @@ -154,9 +154,10 @@ 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=',"?")