# HG changeset patch # User abukhman # Date 1287050586 -7200 # Node ID 7ea93dafdf6dd2faa63d254493ade06a74d27565 # Parent 43fc3187edd186c5b040f15e53c26ca752195a5e *** empty log message *** diff -r 43fc3187edd1 -r 7ea93dafdf6d MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Thu Oct 14 11:52:21 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Oct 14 12:03:06 2010 +0200 @@ -154,12 +154,12 @@ for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") href= hrefNode.nodeValue - for l in href: - logging.debug("getGisPlaces :%s"%(href)) + #koka=href + #logging.debug("getGisPlaces :%s"%(href)) #if href.startswith('id='): #hrefNode.nodeValue = href.replace('id=',"?") #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) - #logging.debug("getGisPlaces :%s"%(href)) + logging.debug("getGisPlaces :%s"%(serializeNode(href))) return serializeNode(href) def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):