Hi all,
I need help in displaying a set of HTML files .I have created a TAL code which stores the name of the files in a list.But i don't know how to pass this values.
this is my code
here 'x' is the list that contains file names. i have uploaded the files as DTML document.
<span tal:condition="python:n=='geneprot'" tal:replace="structure python:here.x">this will be replaced</span>
plz help.