Changeset 450:3029dac78754 in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Sep 27, 2011, 10:10:44 AM (13 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r449 r450  
    203203        tocPN = pageinfo['tocPN']
    204204        selfurl = self.absolute_url()   
     205       
    205206        if mode == "text_dict":
    206207            textmode = "textPollux"
     
    208209            textmode = mode
    209210       
    210         textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s&options=withXmlNodeId&xpointer=%s"%(docpath,textmode,pn,characterNormalization, xpointer)
     211        textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s&xpointer=%s&options=withIdentifier"%(docpath,textmode,pn,characterNormalization, xpointer)
    211212        if highlightQuery is not None:
    212213            #textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)
Note: See TracChangeset for help on using the changeset viewer.