Changeset 183:abf83c1d6371 in documentViewer
- Timestamp:
- Sep 24, 2010, 12:01:19 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r182 r183 148 148 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 149 149 if highlightQuery is not None: 150 textParam1 =urllib.quote(textParam) 151 textParam1 +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn) 152 153 pagexml = self.getServerData("page-fragment.xql",textParam1) 150 textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn) 151 152 pagexml = self.getServerData("page-fragment.xql",textParam) 154 153 #pagexml=self.template.fulltextclient.eval("/mpdl/interface/page-fragment.xql", textParam, outputUnicode=False) 155 154
Note: See TracChangeset
for help on using the changeset viewer.