Changeset 284:4691a8063e67 in documentViewer


Ignore:
Timestamp:
Oct 14, 2010, 10:44:01 AM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r283 r284  
    155155            hrefNode= l.getAttributeNodeNS(None, u"id")
    156156            href= hrefNode.nodeValue
    157            
    158             #logging.debug("getGisPlaces :%s"%(href))
     157            for i in href:
     158                href = ",".join(href)
     159                logging.debug("getGisPlaces :%s"%(href1))
    159160            #logging.debug("getGisPlaces :%s"%(href))
    160161                #if href.startswith('id='):
    161162                    #hrefNode.nodeValue = href.replace('id=',"?")   
    162163                    #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))
    163         href = ",".join(href)           
    164164        logging.debug("getGisPlaces :%s"%(href))                           
    165165        return href
Note: See TracChangeset for help on using the changeset viewer.