[Zope] How-to Bypass DTML Code?

Hannu Krosing hannu@tm.ee
Mon, 26 Jun 2000 20:50:03 +0300


"Nestor A. Diaz L." wrote:
> 
> Hi, anyone know how to bypass the dtml-code, that's because i'm writing a
> howto with showing the use of some "dtml-tags" so it tries to interpreting
> it rather than only showing them.


try this

<pre>
<dtml-var "_.str(your_code_sample">
<pre>

---------------
Hannu