[Zope] Title of another document
Jeff K. Hoffman
jeff.hoffman@goingv.com
Mon, 8 May 2000 14:23:37 -0400 (EDT)
On Mon, 8 May 2000, [iso-8859-1] Peter Bengtsson wrote:
> Zoping!
>
> How do I "get" the Title of a DTML document from
> another DTML document.
>
> What I want is:
> <a href="nextdoc_html"><dtml-var
> "title.of.nextdoc_html"></a> ...or something.
Try:
<a href="nextdoc_html"><dtml-var expr="nextdoc_html.title"></a>
or:
<dtml-with nextdoc_html>
<a href="nextdoc_html"><dtml-var title></a>
</dtml-with>
--Jeff
---
Jeff K. Hoffman 704.849.0731 x108
Chief Technology Officer mailto:jeff.hoffman@goingv.com
Going Virtual, L.L.C. http://www.goingv.com/