[Zope] Newbie Q from non-Newbie: Where does my HTML go?

J. Atwood jatwood@bwanazulia.com
Wed, 16 Aug 2000 17:38:57 -0400


Why does EX1 return the raw text (and shows the html) and the second returns
the html (nicely) into the page?

EX1:

<dtml-var expr="_.whrandom.choice(tips.objectValues())">


EX2:

<dtml-in "tips.objectValues()">
    <dtml-var sequence-item>
</dtml-in>


Better way to do EX1?

Thanks,
J