--- documentViewer/MpdlXmlTextServer.py 2010/08/19 12:02:55 1.9 +++ documentViewer/MpdlXmlTextServer.py 2010/08/19 13:13:27 1.10 @@ -144,7 +144,7 @@ class MpdlXmlTextServer(SimpleItem): textmode = "textPollux" else: textmode = mode - + logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) textParam = "document=%s&mode=%s&pn=%s"%(docpath,textmode,pn) if highlightQuery is not None: textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn)