Changeset 371:139432a41244 in documentViewer
- Timestamp:
- Oct 25, 2010, 10:30:05 AM (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r370 r371 216 216 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 217 217 if highlightQuery is not None: 218 textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn) 218 #textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn) 219 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s&highlightQuery=%s&sn=%s"%(docpath,textmode,pn,characterNormalization, highlightQuery, sn) 219 220 logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) 220 221 pagexml = self.getServerData("page-fragment.xql",textParam)
Note: See TracChangeset
for help on using the changeset viewer.