Diff for /documentViewer/MpdlXmlTextServer.py between versions 1.92 and 1.93

version 1.92, 2010/10/13 15:35:41 version 1.93, 2010/10/13 15:40:57
Line 146  class MpdlXmlTextServer(SimpleItem): Line 146  class MpdlXmlTextServer(SimpleItem):
         docpath = docinfo['textURLPath']           docpath = docinfo['textURLPath'] 
         url = docinfo['url']          url = docinfo['url']
         selfurl = self.absolute_url()          selfurl = self.absolute_url()
           pn = pageinfo['current']
                   
         text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],'//place',pn))          text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],'//place',pn))
         logging.debug("documentViewer getGisPlaces (text) text:%s"%(text))          logging.debug("documentViewer getGisPlaces (text) text:%s"%(text))

Removed from v.1.92  
changed lines
  Added in v.1.93


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