Changeset 348:a91fb32f0e73 in documentViewer
- Timestamp:
- Oct 18, 2010, 10:46:03 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r347 r348 189 189 #text = self.getServerData("page-fragment.xql","document=%s&mode=%s&pn=%s"%(docinfo['textURLPath'], 'text', pn)) 190 190 text = self.getServerData("page-fragment.xql","document=%s"%(docinfo['textURLPath'])) 191 log ing.debug("TEXTIXAXA:%s"%(text))191 logging.debug("TEXTIXAXA:%s"%(text)) 192 192 dom =Parse(text) 193 193 pagedivs = dom.xpath("//div[@class='pageNumberOrig']")
Note: See TracChangeset
for help on using the changeset viewer.