changeset 283:b38f78e371ea

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 12:36:19 +0200
parents 117caabdc05f
children 4691a8063e67
files MpdlXmlTextServer.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Thu Oct 14 12:34:46 2010 +0200
+++ b/MpdlXmlTextServer.py	Thu Oct 14 12:36:19 2010 +0200
@@ -154,12 +154,13 @@
         for l in result:
             hrefNode= l.getAttributeNodeNS(None, u"id")
             href= hrefNode.nodeValue
-            href = ",".join(href)
-            logging.debug("getGisPlaces :%s"%(href))
+            
+            #logging.debug("getGisPlaces :%s"%(href))
             #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