18 Aug
2000
18 Aug
'00
8:38 p.m.
Stuart Foster wrote:
Where can I find more information on how this is done. I'm not familiar with the dtml. notation?
Chris Withers wrote:
so, the above should actually be:
<a href="&dtml.url-subfolder/index_html">
erk :S
<a href="&dtml.url-subfolder;/index_html"> ^^^
its referred to as the entity syntax of dtml. its mainly for saving typing in urls. the . syntax is standard attribute access of python. try a search on zope.org for entity syntax. i believe there is a doc in jim fulton's members folder that does some explaining, probably a how to as well. Kapil