[ZPT] CVS: Packages/TAL - CHANGES.txt:1.7

Ron Bickers rbickers-dated-997805713.c4caec@logicetc.com
Tue, 7 Aug 2001 12:15:13 -0400


> -----Original Message-----
> From: Evan Simpson [mailto:evan@zope.com]

> > Does this mean I can do the following?
> >
> > <metal:div fill-slot="content">
> >   This stuff will not be surrounded by <div> anymore.
> > </div>
>
>
> Yes, although your opening and closing tags need to match (namespace and
>   all).

Ah, yes.... </metal:div>

This very nice.  Using the omit_tag like this would give the same results,
correct?

<div metal:fill-slot="content" tal:omit_tag="">
  No more div surround.
</div>

Hmmm.  Is there any particular reason we have fill-slot, define-macro, etc.
(with dashes) and omit_tag with underscore?

_______________________

Ron Bickers
Logic Etc, Inc.