Mercurial > hg > documentViewer
changeset 257:d1eb63cf3410
*** empty log message ***
author | abukhman |
---|---|
date | Wed, 13 Oct 2010 17:40:57 +0200 |
parents | ad1458aff8a6 |
children | 7762ccd2cd3b |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Wed Oct 13 17:35:41 2010 +0200 +++ b/MpdlXmlTextServer.py Wed Oct 13 17:40:57 2010 +0200 @@ -146,6 +146,7 @@ docpath = docinfo['textURLPath'] url = docinfo['url'] selfurl = self.absolute_url() + pn = pageinfo['current'] text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],'//place',pn)) logging.debug("documentViewer getGisPlaces (text) text:%s"%(text))