Changeset 186:3b3476df97d4 in documentViewer
- Timestamp:
- Sep 24, 2010, 12:23:12 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r185 r186 153 153 #pagexml=self.template.fulltextclient.eval("/mpdl/interface/page-fragment.xql", textParam, outputUnicode=False) 154 154 155 pagedom = Parse( urllib.quote(pagexml))155 pagedom = Parse(pagexml) 156 156 # plain text mode 157 157 if mode == "text":
Note: See TracChangeset
for help on using the changeset viewer.