# HG changeset patch # User abukhman # Date 1287053041 -7200 # Node ID 4691a8063e67c79cdd6ba702c80420af8e3d3342 # Parent b38f78e371eace67e3799b1b72506e722dc5a123 *** empty log message *** diff -r b38f78e371ea -r 4691a8063e67 MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Thu Oct 14 12:36:19 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 12:44:01 2010 +0200 @@ -154,13 +154,13 @@ for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue - - #logging.debug("getGisPlaces :%s"%(href)) + for i in href: + href = ",".join(href) + logging.debug("getGisPlaces :%s"%(href1)) #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