Changeset 379:4b1b5dd7578f in documentViewer
- Timestamp:
- Oct 25, 2010, 12:23:42 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r378 r379 219 219 if highlightQuery is not None: 220 220 textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn) 221 logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))221 #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) 222 222 pagexml = self.getServerData("page-fragment.xql",textParam) 223 logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) 223 224 #pagexml=self.template.fulltextclient.eval("/mpdl/interface/page-fragment.xql", textParam, outputUnicode=False) 224 225
Note: See TracChangeset
for help on using the changeset viewer.