Diff for /documentViewer/MpdlXmlTextServer.py between versions 1.70 and 1.71

version 1.70, 2010/10/11 13:23:26 version 1.71, 2010/10/11 13:30:49
Line 154  class MpdlXmlTextServer(SimpleItem): Line 154  class MpdlXmlTextServer(SimpleItem):
         docpath = docinfo['textURLPath']          docpath = docinfo['textURLPath']
         path = docinfo['textURLPath']          path = docinfo['textURLPath']
         url = docinfo['url']          url = docinfo['url']
           name = docinfo['name']
         viewMode= pageinfo['viewMode']          viewMode= pageinfo['viewMode']
         tocMode = pageinfo['tocMode']          tocMode = pageinfo['tocMode']
         characterNormalization=pageinfo['characterNormalization']          characterNormalization=pageinfo['characterNormalization']

Removed from v.1.70  
changed lines
  Added in v.1.71


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>