--- documentViewer/MpdlXmlTextServer.py 2010/10/13 14:55:03 1.87 +++ documentViewer/MpdlXmlTextServer.py 2010/10/13 15:06:03 1.88 @@ -142,8 +142,8 @@ class MpdlXmlTextServer(SimpleItem): def getGisPlaces(self, docinfo): """ Show all Gis Places of whole Page""" - xpath='//place' - text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'], xpath,pn)) + #xpath='//place' + text=self.getServerData("xpath.xql", "document=%s&xpath='//place'%s&pn=%s"%(docinfo['textURLPath'],pn)) logging.debug("documentViewer getGisPlaces (text) text:%s"%(text)) pagedom = Parse(text) result =pagedom.xpath("//result/resultPage/*")