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

Ron Bickers rbickers-dated-997803595.84d54f@logicetc.com
Tue, 7 Aug 2001 11:39:54 -0400


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

_______________________

Ron Bickers
Logic Etc, Inc.