Mercurial > hg > documentViewer
changeset 259:56767b764f37
*** empty log message ***
author | abukhman |
---|---|
date | Wed, 13 Oct 2010 17:47:51 +0200 |
parents | 7762ccd2cd3b |
children | e2da793cdd3a |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Wed Oct 13 17:45:44 2010 +0200 +++ b/MpdlXmlTextServer.py Wed Oct 13 17:47:51 2010 +0200 @@ -149,9 +149,10 @@ pn = pageinfo['current'] text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],'//place',pn)) - logging.debug("documentViewer getGisPlaces (text) text:%s"%(text)) + #logging.debug("documentViewer getGisPlaces (text) text:%s"%(text)) pagedom = Parse(text) result =pagedom.xpath("//result/resultPage/place") + logging.debug("getGisPlaces (place) text:%s"%(place)) for l in result: hrefNode= l.getAttributeNodeNS(None, u"id") logging.debug("documentViewer getGisPlaces (characterNormalization) l:%s"%(l))