> 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. <dtml-with DocName> <a href="&dtml-id;">&dtml-title;</a> </dtml-with> That should do the trick! -CJ