Hello,

Yet another question. I've gone through the DTML Reference Guide but
couldn't find the answer.

How do I display the content of a DTML Document through a query?

For example:

<dtml-with Document>
  <dtml-in "objectValues(['DTML Document'])" size=3 sort=id>
      <dtml-var id> <dtml-var title><br>
  </dtml-in>
</dtml-with>

Displays the document's name and title. But how do i display the content of
that document within that query?

I apologise if it's obvious.

thanks,

Luke


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to