# HG changeset patch # User Laure Bourgois # Date 1233326186 -3600 # Node ID f16da6c874daf98edbf71f87e78c8846174fb996 # Parent 1368c80276bc3a8d487fc779e89544764d23e14a small corrections diff -r 1368c80276bc -r f16da6c874da web/views/owl.py --- a/web/views/owl.py Fri Jan 30 15:32:02 2009 +0100 +++ b/web/views/owl.py Fri Jan 30 15:36:26 2009 +0100 @@ -30,6 +30,7 @@ id = 'owl' title = _('owl') templatable =False + content_type = 'application/xml' # 'text/xml' def call(self): skipmeta = int(self.req.form.get('skipmeta', True)) @@ -176,11 +177,10 @@ title = _('owlabox') templatable =False accepts = ('Any',) + content_type = 'application/xml' # 'text/xml' def call(self): - rql = ('Any X') - rset = self.req.execute(rql) skipmeta = int(self.req.form.get('skipmeta', True)) self.w(u'''