4 Apr
2001
4 Apr
'01
5:39 p.m.
Sorry got cut off sending the email. If the fragments are say objects of a certain type you can objectValues as Casey suggested... -- Andy McKay. ----- Original Message ----- From: "Alan Young" <alany@idiglobal.com> To: "Andy McKay" <andym@ActiveState.com> Cc: <zope@zope.org> Sent: Wednesday, April 04, 2001 10:33 AM Subject: Re: [Zope] Building multiple documents from fragments(objects).
Andy McKay wrote:
<dtml-in "[1,2,3]"> <dtml-var sequence-item> </dtml-in>
Or if you have some way of differentiating fragment from other stuff:
<dtml-in stuff> ... </dtml-in>
See my other post about the first one (<dtml-in "[1,2,3]">). I'm not sure what you mean about the <dtml-in stuff> comment though.
Alan