# HG changeset patch # User abukhman # Date 1287051033 -7200 # Node ID 3cf933f640a31ae4ea441d5113a3e9e40204545e # Parent b39fb81a19190940980663e680e92f7be5582213 *** empty log message *** diff -r b39fb81a1919 -r 3cf933f640a3 MpdlXmlTextServer.py --- 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))