Hi,

sujitha mary wrote:
Hi all,
I need help in displaying a set of HTML files .I have created a TAL code

explain "display".

which stores the name of the files in a list.But i don't know how to pass this values.

pass to where? How does a code store anything? To where?

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>

You want to replace <span /> with the contents of here/x?
Why do you think you need structure or python: ?

maybe you can tell us where exactly your approach fails?

Regards
Tino

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to