--- documentViewer/MpdlXmlTextServer.py 2010/10/11 14:41:47 1.76 +++ documentViewer/MpdlXmlTextServer.py 2010/10/11 14:44:09 1.77 @@ -148,6 +148,7 @@ class MpdlXmlTextServer(SimpleItem): 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='):