--- documentViewer/MpdlXmlTextServer.py 2010/10/05 09:45:40 1.44 +++ documentViewer/MpdlXmlTextServer.py 2010/10/05 09:53:03 1.45 @@ -134,9 +134,9 @@ class MpdlXmlTextServer(SimpleItem): # allredy there return docinfo xpath ='/count(//pb)' - text=self.getServerData("xpath.xql", "document=%sxpath=%s"%(docinfo['textURLPath'], xpath)) + text=self.getServerData("xpath.xql", "document=%s&xpath=%s"%(docinfo['textURLPath'], xpath)) logging.debug("documentViewer (text) text: %s"%(text)) - docinfo['numPages']=text.xpath + #docinfo['numPages']=text.xpath #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) return docinfo