Mercurial > hg > documentViewer
changeset 241:8346c1eb67b3
*** empty log message ***
author | abukhman |
---|---|
date | Mon, 11 Oct 2010 16:44:09 +0200 |
parents | 7ed49e7a7edc |
children | 14d39c85d992 |
files | MpdlXmlTextServer.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MpdlXmlTextServer.py Mon Oct 11 16:41:47 2010 +0200 +++ b/MpdlXmlTextServer.py Mon Oct 11 16:44:09 2010 +0200 @@ -148,6 +148,7 @@ result =pagedom.xpath("//result/resultPage/") for l in result: hrefNode= l.getAttributeNodeNS(None, u"place") + logging.debug("YYYY hrefNode%s"%hrefNode) if hrefNode: href= hrefNode.nodeValue if href.startswith('id='):