changeset 278:3cf933f640a3

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 12:10:33 +0200
parents b39fb81a1919
children 5bdecec2af22
files MpdlXmlTextServer.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Thu Oct 14 12:07:17 2010 +0200
+++ b/MpdlXmlTextServer.py	Thu Oct 14 12:10:33 2010 +0200
@@ -153,6 +153,7 @@
         result = dom.xpath("//result/resultPage/place")
         for l in result:
             hrefNode= l.getAttributeNodeNS(None, u"id")
+            logging.debug("getGisPlaces :%s"%(hrefNode))
             href= hrefNode.nodeValue
             #koka=href
             #logging.debug("getGisPlaces :%s"%(href))