Diff for /documentViewer/MpdlXmlTextServer.py between versions 1.114 and 1.115

version 1.114, 2010/10/14 10:10:33 version 1.115, 2010/10/14 10:18:35
Line 153  class MpdlXmlTextServer(SimpleItem): Line 153  class MpdlXmlTextServer(SimpleItem):
         result = dom.xpath("//result/resultPage/place")          result = dom.xpath("//result/resultPage/place")
         for l in result:          for l in result:
             hrefNode= l.getAttributeNodeNS(None, u"id")              hrefNode= l.getAttributeNodeNS(None, u"id")
             logging.debug("getGisPlaces :%s"%(hrefNode))  
             href= hrefNode.nodeValue              href= hrefNode.nodeValue
             #koka=href              for i in range(0,len(href)):
                   print "Element with nummer ", i, "ist", href[i]
   
             #logging.debug("getGisPlaces :%s"%(href))              #logging.debug("getGisPlaces :%s"%(href))
                 #if href.startswith('id='):                  #if href.startswith('id='):
                     #hrefNode.nodeValue = href.replace('id=',"?")                         #hrefNode.nodeValue = href.replace('id=',"?")   

Removed from v.1.114  
changed lines
  Added in v.1.115


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>