Changeset 417:a7dc563103c7 in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Dec 23, 2010, 5:05:01 PM (13 years ago)
Author:
casties
Branch:
default
Message:

new getInfoFromPage to read multiple parameters at once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r416 r417  
    244244            except:
    245245                docinfo['allPlaces'] = 0
     246               
     247        else:
     248            # no full text -- init to 0
     249            docinfo['figureEntries'] = 0
     250            docinfo['tocEntries'] = 0
     251            docinfo['allPlaces'] = 0
    246252
    247253        return docinfo
Note: See TracChangeset for help on using the changeset viewer.