[Zope] How-to Bypass DTML Code?
Dan Rusch
drusch@globalcrossing.com
Mon, 26 Jun 2000 13:13:58 -0500
I think the correct syntax is (at least for my my install of zope):
<dtml-var foo> <-- this renders <dtml-var foo>
not :
>dtml-var foo< <-- where as this renders >dtml-var foo<
Dan
Chris McDonough wrote:
> Use
>
> >dtml-var foo<
>
> instead of
>
> <dtml-var foo>
>
> > -----Original Message-----
> > From: Nestor A. Diaz L. [mailto:nestor@tiendalinux.com]
> > Sent: Monday, June 26, 2000 1:48 PM
> > Cc: 'zope@zope.org'
> > 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.
> >
> > Thank you,
> >
> > Nestor A. Diaz L.
> > nestor@tiendalinux.com
> > PGP Public Key `wget http://www.tiendalinux.com/pgp/nestor.pgp`
> >
> > ----------------------------------------------------------------
> > Visita http://www.tiendalinux.com la tienda virtual de
> > Productos y Servicios para los usuarios de Linux en Colombia
> > ************* Aprobado Credibanco VISA **************
> >
> >
> > _______________________________________________
> > 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 )
> >
>
> _______________________________________________
> 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 )