Changeset 248:126262957b3d in documentViewer
- Timestamp:
- Oct 11, 2010, 3:52:42 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r247 r248 148 148 result =pagedom.xpath("//result/resultPage/") 149 149 for l in result: 150 hrefNode= l.getAttributeNodeNS(None, u" place")150 hrefNode= l.getAttributeNodeNS(None, u"id") 151 151 logging.debug("documentViewer (characterNormalization) l: %s"%(l)) 152 152 if hrefNode:
Note: See TracChangeset
for help on using the changeset viewer.