Mercurial > hg > documentViewer
changeset 192:169a6fbf71ff
*** empty log message ***
author | abukhman |
---|---|
date | Tue, 05 Oct 2010 11:45:40 +0200 |
parents | cffaec9bc5ad |
children | 9097dd41bc90 |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Tue Oct 05 11:22:46 2010 +0200 +++ b/MpdlXmlTextServer.py Tue Oct 05 11:45:40 2010 +0200 @@ -135,7 +135,9 @@ return docinfo xpath ='/count(//pb)' text=self.getServerData("xpath.xql", "document=%sxpath=%s"%(docinfo['textURLPath'], xpath)) + logging.debug("documentViewer (text) text: %s"%(text)) docinfo['numPages']=text.xpath + #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) return docinfo def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):