Diff for /documentViewer/MpdlXmlTextServer.py between versions 1.117 and 1.119

version 1.117, 2010/10/14 10:27:53 version 1.119, 2010/10/14 10:36:19
Line 154  class MpdlXmlTextServer(SimpleItem): Line 154  class MpdlXmlTextServer(SimpleItem):
         for l in result:          for l in result:
             hrefNode= l.getAttributeNodeNS(None, u"id")              hrefNode= l.getAttributeNodeNS(None, u"id")
             href= hrefNode.nodeValue              href= hrefNode.nodeValue
             for l in href:              
                 href1 = append(href)              #logging.debug("getGisPlaces :%s"%(href))
                 logging.debug("getGisPlaces :%s"%(href1))  
             #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=',"?")   
                     #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))                      #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))
           href = ",".join(href)            
         logging.debug("getGisPlaces :%s"%(href))                                      logging.debug("getGisPlaces :%s"%(href))                            
         return href          return href
           

Removed from v.1.117  
changed lines
  Added in v.1.119


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