Changeset 284:4691a8063e67 in documentViewer
- Timestamp:
- Oct 14, 2010, 10:44:01 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r283 r284 155 155 hrefNode= l.getAttributeNodeNS(None, u"id") 156 156 href= hrefNode.nodeValue 157 158 #logging.debug("getGisPlaces :%s"%(href)) 157 for i in href: 158 href = ",".join(href) 159 logging.debug("getGisPlaces :%s"%(href1)) 159 160 #logging.debug("getGisPlaces :%s"%(href)) 160 161 #if href.startswith('id='): 161 162 #hrefNode.nodeValue = href.replace('id=',"?") 162 163 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) 163 href = ",".join(href)164 164 logging.debug("getGisPlaces :%s"%(href)) 165 165 return href
Note: See TracChangeset
for help on using the changeset viewer.