Changeset 248:126262957b3d in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Oct 11, 2010, 3:52:42 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r247 r248  
    148148        result =pagedom.xpath("//result/resultPage/")
    149149        for l in result:
    150             hrefNode= l.getAttributeNodeNS(None, u"place")
     150            hrefNode= l.getAttributeNodeNS(None, u"id")
    151151            logging.debug("documentViewer (characterNormalization) l: %s"%(l))
    152152            if hrefNode:
Note: See TracChangeset for help on using the changeset viewer.