----- Original Message ----- 
From: Nestor A. Diaz L. <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 26, 2000 7:47 PM
Subject: [Zope] How-to Bypass DTML Code?


> 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.


One way:

Replace `< ' with `&lt;'
and '>' with '&gt;'

<HTML>
<BODY>
&lt;dtml-var aVar&gt;
<BODY>
</HTML>

PM


_______________________________________________
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