# HG changeset patch # User abukhman # Date 1287052486 -7200 # Node ID 117caabdc05f8ff5437db2cbd4c807ca43d79274 # Parent 91c6bda004d667e018d1a4011ac70a5ec97deb1c *** empty log message *** diff -r 91c6bda004d6 -r 117caabdc05f MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Thu Oct 14 12:27:53 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 12:34:46 2010 +0200 @@ -154,9 +154,8 @@ 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 = ",".join(href) + logging.debug("getGisPlaces :%s"%(href)) #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?")