comparison MpdlXmlTextServer.py @ 288:6b1de1aa02f8

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 13:56:31 +0200
parents a19879388623
children 86ebbefd3c31
comparison
equal deleted inserted replaced
287:a19879388623 288:6b1de1aa02f8
155 hrefNode= l.getAttributeNodeNS(None, u"id") 155 hrefNode= l.getAttributeNodeNS(None, u"id")
156 href= hrefNode.nodeValue 156 href= hrefNode.nodeValue
157 157
158 #href = ",".join(href) 158 #href = ",".join(href)
159 logging.debug("getGisPlaces :%s"%(href)) 159 logging.debug("getGisPlaces :%s"%(href))
160 return href 160 return href
161 #return ";".join(["%s=%s" % (href, href) for href, href in params.items()]) 161 #return ";".join(["%s=%s" % (href, href) for href, href in params.items()])
162 #logging.debug("getGisPlaces :%s"%(href)) 162 #logging.debug("getGisPlaces :%s"%(href))
163 #if href.startswith('id='): 163 #if href.startswith('id='):
164 #hrefNode.nodeValue = href.replace('id=',"?") 164 #hrefNode.nodeValue = href.replace('id=',"?")
165 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) 165 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))