# HG changeset patch # User abukhman # Date 1286987909 -7200 # Node ID 4a0dd5ff68591009ddd1fb74215df3cad31bfb5a # Parent ac93e115d902bc72ced4c0139be4006abfa00fb2 *** empty log message *** diff -r ac93e115d902 -r 4a0dd5ff6859 MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Wed Oct 13 18:34:32 2010 +0200 +++ b/MpdlXmlTextServer.py Wed Oct 13 18:38:29 2010 +0200 @@ -150,7 +150,7 @@ text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],xpath,pn)) dom = Parse(text) - result = dom.xpath("//result/resultPage") + result = dom.xpath("//result/resultPage/place") logging.debug("getGisPlaces (place) result:%s"%(result)) for l in result: hrefNode= l.getAttributeNodeNS(None, u"id")