29 Nov
2004
29 Nov
'04
7:03 p.m.
baptiste Ancey wrote:
Hi,
I just want to make a python script which generate an html balise. like: generateTable('toto') return "<table><tr><td>toto</td>... etc"
but when i want to use it in a span (span tal:content="generateTable...") all the html are change like that : <table border='1'>
Can you help me to prevent that.
you have to use the tal keyword structure. Liks this: <span tal:content="structure here/generateZable" /> Robert