--- documentViewer/MpdlXmlTextServer.py 2010/10/13 16:48:14 1.105 +++ documentViewer/MpdlXmlTextServer.py 2010/10/14 09:14:31 1.106 @@ -159,9 +159,11 @@ class MpdlXmlTextServer(SimpleItem): href= hrefNode.nodeValue if href.startswith('N'): #hrefNode.nodeValue = href.replace('id=',"?") - logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) - logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href)) - logging.debug("documentViewer getGisPlaces ALL GIS TOGETHER href:%s"%(href)) + #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) + logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href)) + logging.debug("ALL GIS TOGETHER href:%s"%(href)) + logging.debug("ALL GIS TOGETHER href:%s"%(href)) + logging.debug("documentViewer getGisPlaces ALL GIS TOGETHER href:%s"%(href[i])) return serializeNode(href) def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):