Changeset 187:0b27f1c1e34b in documentViewer
- Timestamp:
- Sep 24, 2010, 1:46:28 PM (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r186 r187 148 148 textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) 149 149 if highlightQuery is not None: 150 textParam +="&highlightQuery=%s&sn=%s"%( highlightQuery,sn)150 textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn) 151 151 152 152 pagexml = self.getServerData("page-fragment.xql",textParam)
Note: See TracChangeset
for help on using the changeset viewer.