changeset 251:d358d3701d99

*** empty log message ***
author abukhman
date Wed, 13 Oct 2010 16:55:03 +0200
parents 7775d87016b5
children 9de9d301743c
files MpdlXmlTextServer.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Mon Oct 11 17:57:22 2010 +0200
+++ b/MpdlXmlTextServer.py	Wed Oct 13 16:55:03 2010 +0200
@@ -144,6 +144,7 @@
         """ Show all Gis Places of whole Page"""
         xpath='//place'
         text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'], xpath,pn))
+        logging.debug("documentViewer getGisPlaces (text) text:%s"%(text))
         pagedom = Parse(text)
         result =pagedom.xpath("//result/resultPage/*")
         for l in result: