changeset 281:91c6bda004d6

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 12:27:53 +0200
parents bde5fe91660a
children 117caabdc05f
files MpdlXmlTextServer.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Thu Oct 14 12:21:00 2010 +0200
+++ b/MpdlXmlTextServer.py	Thu Oct 14 12:27:53 2010 +0200
@@ -154,9 +154,9 @@
         for l in result:
             hrefNode= l.getAttributeNodeNS(None, u"id")
             href= hrefNode.nodeValue
-            for i in range(0,len(href)):
-                 logging.debug( "Element with nummer ist:%s"%(href[i]))
-
+            for l in href:
+                href1 = append(href)
+                logging.debug("getGisPlaces :%s"%(href1))
             #logging.debug("getGisPlaces :%s"%(href))
                 #if href.startswith('id='):
                     #hrefNode.nodeValue = href.replace('id=',"?")