[Tb] How to resolve a circular include...

From: Mark Bernstein <bernstein__AT__eastgate.com>
Date: Thu Jun 03 2004 - 12:11:38 EDT

The Tinderbox tag ^children actually exports all the descendants of a
note. For your template, which calls itself recursively, you want
^justChildren, which exports the immediate children of the note

        ^text
        ^justChildren

^children in your example will export a grandchild twice -- once from
the grandparent, and once from the parent. Tinderbox sees that the
same note is being exported twice from the same template, and
concludes something is amiss.

-- 
--------------------------------------------------------------------
Mark Bernstein             bernstein__AT__eastgate.com    (617) 924-9044
Eastgate Systems Inc       http://www.eastgate.com/  (800) 562-1638
134 Main Street            http://www.hypertextKitchen.com/
Watertown MA 02472 USA     http://www.markbernstein.org/
Received on Thu Jun 3 12:11:38 2004

This archive was generated by hypermail 2.1.8 : Wed Dec 14 2005 - 10:45:20 EST