changeset 270:4c79d0f9b185

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 11:14:31 +0200
parents 9745aa95b82d
children fb13d8054a23
files MpdlXmlTextServer.py
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Wed Oct 13 18:48:14 2010 +0200
+++ b/MpdlXmlTextServer.py	Thu Oct 14 11:14:31 2010 +0200
@@ -159,9 +159,11 @@
                 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=""):