Diff for /documentViewer/MpdlXmlTextServer.py between versions 1.106 and 1.107

version 1.106, 2010/10/14 09:14:31 version 1.107, 2010/10/14 09:22:37
Line 157  class MpdlXmlTextServer(SimpleItem): Line 157  class MpdlXmlTextServer(SimpleItem):
             logging.debug("documentViewer getGisPlaces (characterNormalization) l:%s"%(l))              logging.debug("documentViewer getGisPlaces (characterNormalization) l:%s"%(l))
             if hrefNode:              if hrefNode:
                 href= hrefNode.nodeValue                  href= hrefNode.nodeValue
                 if href.startswith('N'):                  #if href.startswith('id='):
                     #hrefNode.nodeValue = href.replace('id=',"?")                         #hrefNode.nodeValue = href.replace('id=',"?")   
                     #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))                      #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))
                     logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href))                        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)          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=""):      def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):

Removed from v.1.106  
changed lines
  Added in v.1.107


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>