[Zope] dtml-with syntax question

Chris Withers chrisw@nipltd.com
Thu, 12 Oct 2000 10:06:35 +0100


"Geoffrey L. Wright" wrote:
> 
> Where objectName2 is actually an attribute of objectName1.
>

> <dtml-with objectName1>
>         <dtml-var attribute1>
>         <dtml-var attribute2>
>         <dtml-var attribute3>
>         <dtml-with objectName2>
>                    <dtml-var attribute1>
>         </dtml-with>
> </dtml-with>

The above should now work...

...if it doesn't please explain in what way ;-)

cheers,

Chris