--- documentViewer/MpdlXmlTextServer.py 2010/09/24 11:55:35 1.35 +++ documentViewer/MpdlXmlTextServer.py 2010/09/24 12:23:12 1.39 @@ -147,10 +147,9 @@ class MpdlXmlTextServer(SimpleItem): #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) if highlightQuery is not None: - textParam1 =urllib.quote(textParam) - textParam1 +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn) + textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn) - pagexml = self.getServerData("page-fragment.xql",textParam1) + pagexml = self.getServerData("page-fragment.xql",textParam) #pagexml=self.template.fulltextclient.eval("/mpdl/interface/page-fragment.xql", textParam, outputUnicode=False) pagedom = Parse(pagexml)