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 -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-templating/www/doc/appendices/memory.adp 25 Apr 2018 08:42:18 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/appendices/memory.adp 5 Jan 2021 17:10:17 -0000 1.4.2.1 @@ -7,9 +7,9 @@

Parsing Templates in Memory

Templating System

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