# HG changeset patch # User abukhman # Date 1286290866 -7200 # Node ID 944c44b469e4459a2059d9f94ea9d92f867bcb6f # Parent 1fc7d73ce7ce803768b769ed611f1126395db490 *** empty log message *** diff -r 1fc7d73ce7ce -r 944c44b469e4 MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Tue Oct 05 16:58:34 2010 +0200 +++ b/MpdlXmlTextServer.py Tue Oct 05 17:01:06 2010 +0200 @@ -135,7 +135,6 @@ return docinfo xpath ='/count(//pb)' text=self.getServerData("xpath.xql", "document=%s&xpath=%s"%(docinfo['textURLPath'], xpath)) - docinfo['numPages']=text('resultPage') dom = Parse(text) result= dom.xpath("//result/resultPage") docinfo['numPages']=int(getTextFromNode(result[0]))