Changeset 379:4b1b5dd7578f in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Oct 25, 2010, 12:23:42 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r378 r379  
    219219        if highlightQuery is not None:
    220220            textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)           
    221             logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
     221            #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
    222222        pagexml = self.getServerData("page-fragment.xql",textParam)
     223        logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
    223224        #pagexml=self.template.fulltextclient.eval("/mpdl/interface/page-fragment.xql", textParam, outputUnicode=False)
    224225       
Note: See TracChangeset for help on using the changeset viewer.