Changeset 276:7ea93dafdf6d in documentViewer
- Timestamp:
- Oct 14, 2010, 10:03:06 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r275 r276 155 155 hrefNode= l.getAttributeNodeNS(None, u"id") 156 156 href= hrefNode.nodeValue 157 for l in href:158 157 #koka=href 158 #logging.debug("getGisPlaces :%s"%(href)) 159 159 #if href.startswith('id='): 160 160 #hrefNode.nodeValue = href.replace('id=',"?") 161 161 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) 162 #logging.debug("getGisPlaces :%s"%(href))162 logging.debug("getGisPlaces :%s"%(serializeNode(href))) 163 163 return serializeNode(href) 164 164
Note: See TracChangeset
for help on using the changeset viewer.