web/views/sparql.py
changeset 3720 5376aaadd16b
parent 3460 e4843535db25
parent 3689 deb13e88e037
child 3998 94cc7cad3d2d
--- a/web/views/sparql.py	Thu Oct 15 11:20:26 2009 +0200
+++ b/web/views/sparql.py	Mon Oct 19 15:16:41 2009 +0200
@@ -102,7 +102,7 @@
 
     def cell_binding(self, row, col, varname):
         celltype = self.cw_rset.description[row][col]
-        if self._cw.schema.eschema(celltype).is_final():
+        if self._cw.schema.eschema(celltype).final:
             cellcontent = self.view('cell', self.cw_rset, row=row, col=col)
             return E.binding(E.literal(cellcontent,
                                        datatype=xmlschema(celltype)),