Index: openacs-4/packages/acs-templating/www/doc/appendices/memory.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/appendices/memory.adp,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-templating/www/doc/appendices/memory.adp 5 Jan 2021 17:10:17 -0000 1.4.2.1 +++ openacs-4/packages/acs-templating/www/doc/appendices/memory.adp 3 Sep 2021 09:16:17 -0000 1.4.2.2 @@ -1,15 +1,15 @@ -{/doc/acs-templating {ACS Templating}} {Templating System Appendix D: Parsing templates in +{/doc/acs-templating/ {ACS Templating}} {Templating System Appendix D: Parsing templates in memory} Templating System Appendix D: Parsing templates in memory

Parsing Templates in Memory

Templating System

The templating system code is oriented towards parsing templates -stored in the filesystem, in conjunction with a Tcl script that is +stored in the file system, in conjunction with a Tcl script that is also stored as a file. However, when the template is not actually -stored in the filesystem, you will need to parse it as a string in +stored in the file system, you will need to parse it as a string in memory. Two common situations in which this occurs are: