6 Aug
2007
6 Aug
'07
3:27 a.m.
--On 3. August 2007 12:45:47 -0400 Tres Seaver <tseaver@palladion.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Andreas Jung wrote:
--On 3. August 2007 17:15:30 +0200 Martin Krallinger <mkrallinger-qoLWqpkMHMQ@public.gmane.org> wrote:
<dtml-call expr="tag_entity('<dtml-var bd_abs>','<dtml-var keyword>')">
Obviously this will work:
<dtml-call expr="tag_entity(bd_abs,keyword)">
You can also just do::
<dtml-call tag_entity>
and set the "Namespace" binding on the "Bindings" tab of the script to '_", which would allow the script to the DTML namespace directly, e.g.::
x = _['bd_abs']
Evil DTML magic...another reason why we should hide DTML from mortal Zope developers :-> Andreas