Changeset 274:705762e121ca in documentViewer
- Timestamp:
- Oct 14, 2010, 9:46:07 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r273 r274 155 155 hrefNode= l.getAttributeNodeNS(None, u"id") 156 156 href= hrefNode.nodeValue 157 koko=len(href)157 158 158 #if href.startswith('id='): 159 159 #hrefNode.nodeValue = href.replace('id=',"?") 160 160 #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) 161 logging.debug("getGisPlaces :%s"%( koko))161 logging.debug("getGisPlaces :%s"%(href[0])) 162 162 return serializeNode(href) 163 163
Note: See TracChangeset
for help on using the changeset viewer.