--- documentViewer/MpdlXmlTextServer.py 2010/10/11 14:49:37 1.78 +++ documentViewer/MpdlXmlTextServer.py 2010/10/11 15:03:17 1.79 @@ -143,13 +143,11 @@ class MpdlXmlTextServer(SimpleItem): def getGisPlases(self, docinfo): """ Show all Gis Places of whole Page""" xpath='//place' - text=self.getServerData("xpath.xql", "document=%s&xpath=%s"%(docinfo['textURLPath'], xpath)) + text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'], xpath,pn)) pagedom = Parse(text) result =pagedom.xpath("//result/resultPage/") - logging.debug("YYYY result%s"%result) for l in result: hrefNode= l.getAttributeNodeNS(None, u"place") - logging.debug("YYYY hrefNode%s"%hrefNode) if hrefNode: href= hrefNode.nodeValue if href.startswith('id='):