Changeset 464:19bd41d95f62 in documentViewer for SrvTxtUtils.py


Ignore:
Timestamp:
Jul 29, 2011, 4:27:24 PM (13 years ago)
Author:
casties
Branch:
elementtree
Message:

first version with new getdocinfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SrvTxtUtils.py

    r458 r464  
    2323    text = node.text or ""
    2424    for e in node:
    25         text += gettext(e)
     25        text += getText(e)
    2626        if e.tail:
    2727            text += e.tail
Note: See TracChangeset for help on using the changeset viewer.