diff -r 421fb447ecb2 -r deb13e88e037 web/views/xmlrss.py --- a/web/views/xmlrss.py Thu Oct 15 18:43:04 2009 +0200 +++ b/web/views/xmlrss.py Thu Oct 15 20:29:21 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.view('textincontext', rset,