[ZPT] Some Macros Questions/Suggestions

Dieter Maurer dieter@handshake.de
Mon, 4 Mar 2002 23:54:52 +0100


Chris Withers writes:
 > ....
 > 2. In macro templates, where does here bind to?
The "here" of the most outer ZPT. All standard variables
(such as here, template, container, ...) are unaffected by
(constant across) macro calls.

 > ....

 > 3. Is there any reason why define-macro and fill-slot aren't allowed on the same tag? It
 > would be cool for recursive definey things...
Didn't Evan already removed this restriction.
He wanted to....



Dieter