Changeset 194:490a0a1a65d7 in documentViewer
- Timestamp:
- Oct 5, 2010, 9:58:00 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r193 r194 137 137 text=self.getServerData("xpath.xql", "document=%s&xpath=%s"%(docinfo['textURLPath'], xpath)) 138 138 logging.debug("documentViewer (text) text: %s"%(text)) 139 #docinfo['numPages']=text.xpath139 docinfo['numPages']=text.xpath(resultPage) 140 140 #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) 141 141 return docinfo
Note: See TracChangeset
for help on using the changeset viewer.