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

Evan Simpson evan@zope.com
Tue, 07 Aug 2001 12:00:46 -0400


Ron Bickers wrote:

>>+        - The TAL and METAL namespaces can be applied to tag names,
>>+          tags in these namespaces are removed from rendered output
>>+          (leaving the contents in place, as with omit_tag)
>>+          whenever attributes in these namespaces would be, and
>>+          tag attributes without explicit namespaces default to the
>>+          tag's namespace (per XML spec).
> 
> 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).

Cheers,

Evan @ Zope