Changeset 266:f06b992a5b24 in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Oct 13, 2010, 4:42:19 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r265 r266  
    158158            if hrefNode:
    159159                href= hrefNode.nodeValue
    160                 if href.startswith('id='):
    161                     hrefNode.nodeValue = href.replace('id=',"?")   
    162                     logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))                 
     160                if href.startswith('N'):
     161                    #hrefNode.nodeValue = href.replace('id=',"?")   
     162                    logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue))
     163                    logging.debug("documentViewer getGisPlaces (characterNormalization) href:%s"%(href))                 
    163164        return serializeNode(pagenode)
    164165   
Note: See TracChangeset for help on using the changeset viewer.