-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Miuler wrote: > Mi class: > > class csv_view(object): > def __init__(self, context, request): > self.context = context > self. request = request > def __call__(self): > return {'items': [1,2,3,4,5,6]} > > > hello, I'm trying this but fails: > > =============================================== > test.csv.txt > =============================================== > > #---------------------------------------------- > #*GENSHI* > ${items} (OK) > {% for item in items %}\ (NO WORKING) > * ${item} (ERROR - no existe item) > {% end %} (NO WORKING) > #---------------------------------------------- > > #---------------------------------------------- > #*TAL* > <span tal:replace="" /> (NO WORKING) > #---------------------------------------------- > > > Why?
>> http://docs.repoze.org/bfg/1.2/api/chameleon_text.html?highlight=chameleon_text#module-repoze.bfg.chameleon_text As the docs say, only Genshi markup works. As I said earlier in the thread, repetition is not supported at this time. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkt1urwACgkQ+gerLs4ltQ4gaQCfUnvcUq7onO5Ls29Fy99ol933 INsAni0JL8++2vTfyxKq3arnT9RcyhXA =MLZU -----END PGP SIGNATURE----- _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev