To display a DTML Document as structured text you must use the following: <dtml-var yourStxDocument format="structured-text"> - aj ----- Original Message ----- From: "Learned" <learned@talentsinc.net> To: <zope@zope.org> Sent: Wednesday, February 06, 2002 20:16 Subject: [Zope] Format Structured Text
I'm new to Zope, and trying to work thru some of the examples while also applying them to real world type scenarios. One of the examples in the Zope book builds a navigation method, as follows:
<ul> <dtml-in expr="objectValues('DTML Document')"> <li><a href="&dtml-absolute_url;"><dtml-var title_or_id></a></li><br> </dtml-in> </ul>
If each of the documents that this returns is a structured text document, how could I have the output formatted properly when the user selects a link?
_______________________________________________ Zope maillist - Zope@zope.org 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 )