Mercurial > hg > documentViewer
changeset 271:fb13d8054a23
*** empty log message ***
author | abukhman |
---|---|
date | Thu, 14 Oct 2010 11:22:37 +0200 |
parents | 4c79d0f9b185 |
children | 7a52ace035e6 |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Thu Oct 14 11:14:31 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 11:22:37 2010 +0200 @@ -157,13 +157,10 @@ logging.debug("documentViewer getGisPlaces (characterNormalization) l:%s"%(l)) if hrefNode: href= hrefNode.nodeValue - if href.startswith('N'): + #if href.startswith('id='): #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("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])) + logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href)) 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=""):