Index: openacs-4/packages/acs-templating/www/doc/guide/composite.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/composite.adp,v diff -u -N -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-templating/www/doc/guide/composite.adp 1 Dec 2015 11:18:01 -0000 1.2.2.2 +++ openacs-4/packages/acs-templating/www/doc/guide/composite.adp 9 Jun 2016 13:03:12 -0000 1.2.2.3 @@ -14,10 +14,10 @@ used more than once makes up a procedure. The complete page may have the following structure.

-master - +master
top
-root (main)

 

widget
-
bottom
+
top
+root (main)

 

widget
+
bottom

The "root" page includes the "widget" and wraps itself in the @@ -71,31 +71,31 @@ done. For our example, the following order results.

- + - + - + - + - + - + - + - + - + - + - + - + - +
root.tclroot.tcl
root.adp(beginning and middle)root.adp(beginning and middle)
 widget.tcl widget.tcl
widget.adpwidget.adp
root.adp(end)root.adp(end)
 master.tcl master.tcl
master.adp(beginning)master.adp(beginning)
 top.tcl top.tcl
top.adptop.adp
master.adp(middle, containing <slave> tag)master.adp(middle, containing <slave> tag)
 bottom.tcl bottom.tcl
bottom.adpbottom.adp
master.adp(end)master.adp(end)

Here we assume the ACS/Tcl situation, where the "code" is a tcl