Changeset 393:bb317af1c197 in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Nov 3, 2010, 2:59:05 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r392 r393  
    140140        return docinfo
    141141   
     142    #def getQueryResultHits(self, docinfo=None, pageinfo=None):
     143       
     144   
    142145    def getGisPlaces(self, docinfo=None, pageinfo=None):
    143146        """ Show all Gis Places of whole Page"""
     
    349352         numdivs = pagedom.xpath("//div[@class='queryResultHits']")
    350353         tocSearch = int(getTextFromNode(numdivs[0]))
     354         logging.debug("documentViewer (gettoc) tocSearch: %s"%(tocSearch))
    351355         tc=int((tocSearch/10)+1)
    352356         logging.debug("documentViewer (gettoc) tc: %s"%(tc))
Note: See TracChangeset for help on using the changeset viewer.