diff -r 29f74716fd70 -r 5376aaadd16b web/views/xmlrss.py --- a/web/views/xmlrss.py Thu Oct 15 11:20:26 2009 +0200 +++ b/web/views/xmlrss.py Mon Oct 19 15:16:41 2009 +0200 @@ -89,7 +89,7 @@ if '(' in tag: attrs['expr'] = tag tag = 'funccall' - if val is not None and not eschema(etype).is_final(): + if val is not None and not eschema(etype).final: attrs['eid'] = val # csvrow.append(val) # val is eid in that case val = self._cw.view('textincontext', rset,