comparison MpdlXmlTextServer.py @ 285:f8844a6c0865

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 12:44:18 +0200
parents 4691a8063e67
children f692e109530b
comparison
equal deleted inserted replaced
284:4691a8063e67 285:f8844a6c0865
154 for l in result: 154 for l in result:
155 hrefNode= l.getAttributeNodeNS(None, u"id") 155 hrefNode= l.getAttributeNodeNS(None, u"id")
156 href= hrefNode.nodeValue 156 href= hrefNode.nodeValue
157 for i in href: 157 for i in href:
158 href = ",".join(href) 158 href = ",".join(href)
159 logging.debug("getGisPlaces :%s"%(href1)) 159 logging.debug("getGisPlaces :%s"%(href))
160 #logging.debug("getGisPlaces :%s"%(href)) 160 #logging.debug("getGisPlaces :%s"%(href))
161 #if href.startswith('id='): 161 #if href.startswith('id='):
162 #hrefNode.nodeValue = href.replace('id=',"?") 162 #hrefNode.nodeValue = href.replace('id=',"?")
163 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) 163 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))
164 logging.debug("getGisPlaces :%s"%(href)) 164 logging.debug("getGisPlaces :%s"%(href))