From: Wesley M. <we...@we...> - 2004-05-18 20:09:10
|
Hi Chad, > I don't know much on templating so I'm going to ask for outside help. The only thing I've noticed with the current template process is that some special markers are used one way by the substitution code, but are used another way otherwise. For example, you have special logic written to handle the TODO iteration, however that logic is not "visible" in the template. That is, there is nothing in the template code to indicate that there is something special there that would be an iteration. Another example is how there are those switch comments (i.e. on/off) which are used to identify when to show or hide something, based on whether or not a value exists for that switch variable. However, these same comments are also used as identifiers in other code to handle special logic, and also to show or hide things without using the actual switch variable value. I didn't look too closely at things, but that was my first impression. Regards, -- Wesley Miaw http://www.wesman.net/ |