Mercurial > hg > documentViewer
changeset 284:4691a8063e67
*** empty log message ***
author | abukhman |
---|---|
date | Thu, 14 Oct 2010 12:44:01 +0200 |
parents | b38f78e371ea |
children | f8844a6c0865 |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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