# HG changeset patch # User abukhman # Date 1288009422 -7200 # Node ID 4b1b5dd7578f577afb3851d987928f99e9f79afe # Parent df40c63d69f4059f8488e4e7a96d2ca99455767f *** empty log message *** diff -r df40c63d69f4 -r 4b1b5dd7578f MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Mon Oct 25 14:13:22 2010 +0200 +++ b/MpdlXmlTextServer.py Mon Oct 25 14:23:42 2010 +0200 @@ -218,8 +218,9 @@ textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) if highlightQuery is not None: textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn) - logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) + #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) pagexml = self.getServerData("page-fragment.xql",textParam) + logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) #pagexml=self.template.fulltextclient.eval("/mpdl/interface/page-fragment.xql", textParam, outputUnicode=False) pagedom = Parse(pagexml)