--- ZSQLExtend/VLMAExtensions.py 2005/02/09 20:10:42 1.1 +++ ZSQLExtend/VLMAExtensions.py 2005/10/11 13:15:01 1.2 @@ -78,7 +78,9 @@ class VLMATriples(Folder): ret="" #collectionobject triple + for found in self.ZSQLSimpleSearch(self.searchStatement): + subject=self.collectionObject.subject%getattr(found,self.collectionObject.subjectField) object=self.collectionObject.object%getattr(found,self.collectionObject.objectField) predicate="metadata"