[ZPT] nested macros

Tim Moore tmoore@tembel.org
11 Jul 2001 22:09:12 +0000


I know some problems were corrected with nested macros, but it's still
impossible to define a macro within a fill-slot of another macro.

i.e.,

<html metal:use-macro="here/index_html/macros/master">
  <head>...</head>
  <body>
    ...
    <div metal:fill-slot="main">
      ...
      <div metal:define-macro="object-info">
        ...
      </div>
    </div>
  </body>
</html>

the "metal:define-macro" attribute gets translated to
"metal:use-macro" when you save (which of course doesn't work at all)
-- 
Tim Moore